From 799b0678fbb006ec3729ce46b3dd860c96794458 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 21 Nov 2004 23:00:29 +0000 Subject: [PATCH] correct underscores --- dtool/Config.Win32.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.Win32.pp b/dtool/Config.Win32.pp index aef237ef8e..7b93a40be6 100644 --- a/dtool/Config.Win32.pp +++ b/dtool/Config.Win32.pp @@ -7,7 +7,7 @@ // // 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 // little-endian (like a PC)? Define this to the empty string to