Success build Golded+ in MacOSX

This commit is contained in:
Stas Degteff 2006-01-14 23:48:53 +00:00
parent b83958247c
commit 9b3a825e1c
2 changed files with 23 additions and 19 deletions

View File

@ -2926,7 +2926,9 @@ int IEclass::Start(int __mode, uint* __position, GMsg* __msg) {
vcurlarge();
gkey _ch;
#if defined(__WIN32__)
gkey keystatus = 0;
#endif
do {
_ch = getxchtick();

View File

@ -149,7 +149,9 @@ typedef uint8_t byte;
typedef uint16_t word;
typedef uint32_t dword;
#if !defined(__APPLE__)
typedef unsigned int uint;
#endif
typedef uint8_t bits;
typedef uint32_t time32_t; /* 32-bit time_t type */