mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-02-05 06:26:23 +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 */
|
/* signed and unsigned int must be at least 32 bits wide */
|
||||||
#define sint signed int
|
#define sint signed int
|
||||||
|
#define uint unsigned int
|
||||||
|
|
||||||
#if M68K_USE_64_BIT
|
#if M68K_USE_64_BIT
|
||||||
#define sint64 signed long long
|
#define sint64 signed long long
|
||||||
|
Loading…
x
Reference in New Issue
Block a user