re-add uint; should fix builds

This commit is contained in:
hizzlekizzle 2017-07-14 22:47:20 -05:00 committed by GitHub
parent 9e8acf304b
commit 14a3c5be47

View File

@ -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