cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)

Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Sascha Sommer
2004-04-24 11:51:38 +00:00
committed by Michael Niedermayer
parent aacc6615f8
commit 2a86d50bd9
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -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)