Browse Source

fix for ffmpeg

rdb 14 years ago
parent
commit
6c79733735
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/dtoolbase/dtoolbase.h

+ 1 - 1
dtool/src/dtoolbase/dtoolbase.h

@@ -94,7 +94,7 @@
 #endif
 #define _WIN32_WINNT 0x0502
 
-#if defined(PHAVE_STDINT_H) && defined(__cplusplus)
+#ifdef __cplusplus
 #ifndef __STDC_LIMIT_MACROS
 #define __STDC_LIMIT_MACROS
 #endif