mirror of
https://github.com/yawut/SDL.git
synced 2026-06-13 12:10:35 -05:00
Double Whoops. :P
This commit is contained in:
parent
c7e5b9cf89
commit
e475d47d2a
|
|
@ -133,8 +133,8 @@ typedef int64_t Sint64;
|
|||
typedef uint64_t Uint64;
|
||||
#else
|
||||
/* This is really just a hack to prevent the compiler from complaining */
|
||||
typdef Sint32 Sint64;
|
||||
typdef Uint32 Uint64;
|
||||
typedef Sint32 Sint64;
|
||||
typedef Uint32 Uint64;
|
||||
#endif
|
||||
|
||||
/* Make sure the types really have the right sizes */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user