Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
9cba67ce05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -326,7 +326,7 @@
   #define USE_COMPILER MIPS
 #elif $[eq $[PLATFORM], Linux]
   #define USE_COMPILER GCC
-#elif $[eq $[PLATFORM], Windows]
+#elif $[eq $[PLATFORM], Win32]
   #define USE_COMPILER MSVC
 #endif