summaryrefslogtreecommitdiff
path: root/libavformat/os_support.h
diff options
context:
space:
mode:
authorSascha Sommer <saschasommer@freenet.de>2004-04-24 11:51:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-24 11:51:38 +0000
commit2a86d50bd968f02da40e57ca1a7087aa6286ccbb (patch)
treed6f9a60822dd240e0285136e066be615168d1e4c /libavformat/os_support.h
parentaacc6615f8e3863cd930d3a1ab2cd28d9838f0f5 (diff)
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r--libavformat/os_support.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index 8a9b95eff1..4dd80a59d1 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -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)