mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
improve 64bit portability
for win64 mostly
This commit is contained in:
parent
a0b95da112
commit
48c9e01be8
14 changed files with 42 additions and 26 deletions
|
@ -94,7 +94,7 @@
|
|||
#define s16 signed short
|
||||
#define u32 unsigned int
|
||||
#define s32 signed int
|
||||
#define uptr unsigned long
|
||||
#define uptr uintptr_t
|
||||
|
||||
/*
|
||||
typedef unsigned char u8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue