changeset 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 09f1c2f62388
children ea015319b9e8
files os_support.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <windows.h>
 #  define usleep(t)    Sleep((t) / 1000)
 #endif