comparison os_support.h @ 1179:7046e6c19a6d libavcodec

#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
author michaelni
date Thu, 10 Apr 2003 18:02:17 +0000
parents 8e29f644a6be
children b894732030f9
comparison
equal deleted inserted replaced
1178:09f1c2f62388 1179:7046e6c19a6d
9 * - floatf() (OS/2) 9 * - floatf() (OS/2)
10 * - strcasecmp() (OS/2) 10 * - strcasecmp() (OS/2)
11 */ 11 */
12 12
13 #ifdef __MINGW32__ 13 #ifdef __MINGW32__
14 # undef DATADIR /* clashes with /usr/include/w32api/objidl.h */
14 # include <windows.h> 15 # include <windows.h>
15 # define usleep(t) Sleep((t) / 1000) 16 # define usleep(t) Sleep((t) / 1000)
16 #endif 17 #endif
17 18
18 #ifdef __BEOS__ 19 #ifdef __BEOS__