Commit 07d85ba4 authored by michaelni's avatar michaelni

#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer"...

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1749 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cde67c1a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment