Skip to content

Commit fec189c

Browse files
committed
_WIN32 should also be defined on 64-bits Windows
1 parent ba56763 commit fec189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dtool/Config.Win64.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
// *******************************************************************
2121

2222
// What additional flags should we pass to interrogate?
23-
#define SYSTEM_IGATE_FLAGS -longlong __int64 -D_X64_ -DWIN64_VC -D"_declspec(param)=" -D"__declspec(param)=" -D_near -D_far -D__near -D__far -D_WIN64 -D__stdcall -Dvolatile -Dmutable -DWIN64
23+
#define SYSTEM_IGATE_FLAGS -longlong __int64 -D_X64_ -DWIN64_VC -D"_declspec(param)=" -D"__declspec(param)=" -D_near -D_far -D__near -D__far -D_WIN32 -D_WIN64 -D__stdcall -Dvolatile -Dmutable -DWIN64
2424

2525
// Additional flags to pass to the Tau instrumentor.
26-
#define TAU_INSTRUMENTOR_FLAGS -DTAU_USE_C_API -DPROFILING_ON -DWIN64_VC -D_WIN64 -D__cdecl= -D__stdcall= -D__fastcall= -D__i386 -D_MSC_VER=1310 -D_W64= -D_INTEGRAL_MAX_BITS=64 --exceptions --late_tiebreaker --no_class_name_injection --no_warnings --restrict --microsoft --new_for_init
26+
#define TAU_INSTRUMENTOR_FLAGS -DTAU_USE_C_API -DPROFILING_ON -DWIN64_VC -D_WIN32 -D_WIN64 -D__cdecl= -D__stdcall= -D__fastcall= -D__i386 -D_MSC_VER=1310 -D_W64= -D_INTEGRAL_MAX_BITS=64 --exceptions --late_tiebreaker --no_class_name_injection --no_warnings --restrict --microsoft --new_for_init
2727

2828
// Is the platform big-endian (like an SGI workstation) or
2929
// little-endian (like a PC)? Define this to the empty string to

0 commit comments

Comments
 (0)