#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>)

Originally committed as revision 1749 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Sascha Sommer 2003-04-10 18:02:17 +00:00 committed by Michael Niedermayer
parent ba57a3ff23
commit b5e34cb1c1
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
*/
#ifdef __MINGW32__
# undef DATADIR /* clashes with /usr/include/w32api/objidl.h */
# include <windows.h>
# define usleep(t) Sleep((t) / 1000)
#endif