Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
4a8c8d60e6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      panda/src/pnm/Sources.pp

+ 4 - 1
panda/src/pnm/Sources.pp

@@ -2,7 +2,10 @@
                    dtoolutil:c dtoolbase:c dtool:m
                    dtoolutil:c dtoolbase:c dtool:m
 #define LOCAL_LIBS pandabase
 #define LOCAL_LIBS pandabase
 
 
-#define CFLAGS /D__STDC__
+#if $[or $[eq $[USE_COMPILER],MSVC],$[eq $[USE_COMPILER],INTEL]]
+  #define CFLAGS /D__STDC__
+#endif
+
 #begin lib_target
 #begin lib_target
   #define TARGET pnm
   #define TARGET pnm