mirror of https://github.com/axmolengine/axmol.git
compiles on linux and other machines without C99 support
This commit is contained in:
parent
c6d00a3ccb
commit
7e7e943699
|
@ -42,7 +42,7 @@ struct CC_DLL cc_timeval
|
|||
#else
|
||||
long tv_sec; // seconds
|
||||
#endif
|
||||
int32_t tv_usec; // microSeconds
|
||||
int tv_usec; // microSeconds
|
||||
};
|
||||
|
||||
class CC_DLL CCTime
|
||||
|
|
Loading…
Reference in New Issue