mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
Back out more ulong typedefs
This commit is contained in:
parent
fbb2fcb769
commit
b374d59634
@ -931,7 +931,7 @@ typedef unsigned char ubyte;
|
||||
typedef signed char sbyte;
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned int ulong;
|
||||
typedef unsigned long ulong;
|
||||
typedef unsigned int ddgr_color;
|
||||
|
||||
#ifndef NULL
|
||||
|
@ -932,7 +932,7 @@ typedef unsigned char ubyte;
|
||||
typedef signed char sbyte;
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned int ulong;
|
||||
typedef unsigned long ulong;
|
||||
typedef unsigned int ddgr_color;
|
||||
|
||||
#ifndef NULL
|
||||
|
Loading…
Reference in New Issue
Block a user