mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
re-add uint; should fix builds
This commit is contained in:
parent
9e8acf304b
commit
14a3c5be47
@ -76,7 +76,7 @@
|
||||
|
||||
/* signed and unsigned int must be at least 32 bits wide */
|
||||
#define sint signed int
|
||||
|
||||
#define uint unsigned int
|
||||
|
||||
#if M68K_USE_64_BIT
|
||||
#define sint64 signed long long
|
||||
|
Loading…
Reference in New Issue
Block a user