diff os_support.h @ 448:66217205fe4e libavformat

cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
author michael
date Sat, 24 Apr 2004 11:51:38 +0000
parents 9f4f4ca9f7b5
children 8bf9be9bb107
line wrap: on
line diff
--- a/os_support.h	Fri Apr 23 21:02:01 2004 +0000
+++ b/os_support.h	Sat Apr 24 11:51:38 2004 +0000
@@ -11,7 +11,6 @@
  */
 
 #ifdef __MINGW32__
-#  undef DATADIR /* clashes with /usr/include/w32api/objidl.h */
 __declspec(dllimport) void __stdcall Sleep(unsigned long dwMilliseconds);
 // #  include <windows.h>
 #  define usleep(t)    Sleep((t) / 1000)