Browse Source

correct underscores

David Rose 21 years ago
parent
commit
799b0678fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.Win32.pp

+ 1 - 1
dtool/Config.Win32.pp

@@ -7,7 +7,7 @@
 //
 //
 
 
 // What additional flags should we pass to interrogate?
 // What additional flags should we pass to interrogate?
-#define SYSTEM_IGATE_FLAGS -longlong __int64 -D_X86_ -DWIN32_VC -D"_declspec(param)=" -D_near  -D_far -D__near  -D__far -D_WIN32 -D__stdcall
+#define SYSTEM_IGATE_FLAGS -longlong __int64 -D_X86_ -DWIN32_VC -D"__declspec(param)=" -D_near  -D_far -D__near  -D__far -D_WIN32 -D__stdcall
 
 
 // Is the platform big-endian (like an SGI workstation) or
 // Is the platform big-endian (like an SGI workstation) or
 // little-endian (like a PC)?  Define this to the empty string to
 // little-endian (like a PC)?  Define this to the empty string to