Revert pstypes.h

This commit is contained in:
Jacob Coby 2024-04-29 14:56:58 -04:00
parent 2210afe02b
commit fbb2fcb769

View File

@ -26,7 +26,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;
#ifdef _MSC_VER // only Visual C++ has __int64
typedef __int64 longlong;