mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix build crash
This commit is contained in:
parent
2c15943a7c
commit
b5d27fa62a
@ -21,7 +21,7 @@
|
|||||||
// the various numeric types for unsigned and signed numbers of
|
// the various numeric types for unsigned and signed numbers of
|
||||||
// various widths.
|
// various widths.
|
||||||
|
|
||||||
#ifdef WIN32_VC
|
#if defined(WIN32_VC) && !defined(CPPPARSER)
|
||||||
typedef signed __int8 PN_int8;
|
typedef signed __int8 PN_int8;
|
||||||
typedef signed __int16 PN_int16;
|
typedef signed __int16 PN_int16;
|
||||||
typedef signed __int32 PN_int32;
|
typedef signed __int32 PN_int32;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user