Revert "Get rid of uint"

This reverts commit a410090b8e.
This commit is contained in:
twinaphex 2017-07-25 10:21:35 +02:00
parent 30378fad52
commit 6b40fea647

View File

@ -78,6 +78,7 @@
#define sint signed int
#define uint unsigned int
#if M68K_USE_64_BIT
#define sint64 signed long long
#define uint64 unsigned long long