mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
64-bit windows
This commit is contained in:
parent
acb97361db
commit
5463752f8e
@ -19,6 +19,11 @@
|
|||||||
#include "NxVersionNumber.h"
|
#include "NxVersionNumber.h"
|
||||||
|
|
||||||
// Platform-specific defines
|
// Platform-specific defines
|
||||||
|
#if defined(_WIN64)
|
||||||
|
#define NX64 1
|
||||||
|
#elif defined(_WIN32)
|
||||||
|
#define NX32 1
|
||||||
|
#else
|
||||||
#if NATIVE_WORDSIZE == 64
|
#if NATIVE_WORDSIZE == 64
|
||||||
#define NX64 1
|
#define NX64 1
|
||||||
#endif
|
#endif
|
||||||
@ -26,6 +31,7 @@
|
|||||||
#if NATIVE_WORDSIZE == 32
|
#if NATIVE_WORDSIZE == 32
|
||||||
#define NX32 1
|
#define NX32 1
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef IS_LINUX
|
#ifdef IS_LINUX
|
||||||
#define LINUX 1
|
#define LINUX 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user