Back out more ulong typedefs

This commit is contained in:
Jacob Coby 2024-04-29 16:27:33 -04:00
parent fbb2fcb769
commit b374d59634
2 changed files with 2 additions and 2 deletions

View File

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

View File

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