# HG changeset patch # User michaelni # Date 1049997737 0 # Node ID 7046e6c19a6d130e7ba767b2b45e1e25e56f6b8f # Parent 09f1c2f623883c903e76c6b609f590ca0b7df90b #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" ) diff -r 09f1c2f62388 -r 7046e6c19a6d os_support.h --- a/os_support.h Thu Apr 10 14:07:18 2003 +0000 +++ b/os_support.h Thu Apr 10 18:02:17 2003 +0000 @@ -11,6 +11,7 @@ */ #ifdef __MINGW32__ +# undef DATADIR /* clashes with /usr/include/w32api/objidl.h */ # include # define usleep(t) Sleep((t) / 1000) #endif