Switch SYSTEM.h uintptr type from int64 to size_t, 32 bit working again.

This commit is contained in:
David Brown 2016-09-03 12:01:04 +01:00
parent cdd8a26481
commit a730d6c96b
6 changed files with 11 additions and 12 deletions

View file

@ -39,8 +39,8 @@ typedef unsigned short int uint16;
typedef signed char int8;
typedef unsigned char uint8;
//#define uintptr size_t
#define uintptr int64
#define uintptr size_t
//#define uintptr int64
// The compiler uses 'import' and 'export' which translate to 'extern' and
// nothing respectively.

View file

@ -39,8 +39,8 @@ typedef unsigned short int uint16;
typedef signed char int8;
typedef unsigned char uint8;
//#define uintptr size_t
#define uintptr int64
#define uintptr size_t
//#define uintptr int64
// The compiler uses 'import' and 'export' which translate to 'extern' and
// nothing respectively.

View file

@ -39,8 +39,8 @@ typedef unsigned short int uint16;
typedef signed char int8;
typedef unsigned char uint8;
//#define uintptr size_t
#define uintptr int64
#define uintptr size_t
//#define uintptr int64
// The compiler uses 'import' and 'export' which translate to 'extern' and
// nothing respectively.

View file

@ -39,8 +39,8 @@ typedef unsigned short int uint16;
typedef signed char int8;
typedef unsigned char uint8;
//#define uintptr size_t
#define uintptr int64
#define uintptr size_t
//#define uintptr int64
// The compiler uses 'import' and 'export' which translate to 'extern' and
// nothing respectively.

View file

@ -39,8 +39,8 @@ typedef unsigned short int uint16;
typedef signed char int8;
typedef unsigned char uint8;
//#define uintptr size_t
#define uintptr int64
#define uintptr size_t
//#define uintptr int64
// The compiler uses 'import' and 'export' which translate to 'extern' and
// nothing respectively.