fix build crash

This commit is contained in:
David Rose 2010-03-29 20:47:22 +00:00
parent 2c15943a7c
commit b5d27fa62a

View File

@ -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;