Success build Golded+ in MacOSX
This commit is contained in:
parent
b83958247c
commit
9b3a825e1c
@ -2926,7 +2926,9 @@ int IEclass::Start(int __mode, uint* __position, GMsg* __msg) {
|
|||||||
vcurlarge();
|
vcurlarge();
|
||||||
|
|
||||||
gkey _ch;
|
gkey _ch;
|
||||||
|
#if defined(__WIN32__)
|
||||||
gkey keystatus = 0;
|
gkey keystatus = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
do {
|
do {
|
||||||
_ch = getxchtick();
|
_ch = getxchtick();
|
||||||
|
@ -149,7 +149,9 @@ typedef uint8_t byte;
|
|||||||
typedef uint16_t word;
|
typedef uint16_t word;
|
||||||
typedef uint32_t dword;
|
typedef uint32_t dword;
|
||||||
|
|
||||||
|
#if !defined(__APPLE__)
|
||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef uint8_t bits;
|
typedef uint8_t bits;
|
||||||
typedef uint32_t time32_t; /* 32-bit time_t type */
|
typedef uint32_t time32_t; /* 32-bit time_t type */
|
||||||
|
Reference in New Issue
Block a user