Skip to content
Snippets Groups Projects
Commit b5e34cb1 authored by Sascha Sommer's avatar Sascha Sommer Committed by Michael Niedermayer
Browse files

#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>)

Originally committed as revision 1749 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ba57a3ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment