Revert pstypes.h

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

View File

@ -1,5 +1,5 @@
/* /*
* Descent 3 * Descent 3
* Copyright (C) 2024 Parallax Software * Copyright (C) 2024 Parallax Software
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
@ -26,7 +26,7 @@ typedef unsigned char ubyte;
typedef signed char sbyte; typedef signed char sbyte;
typedef unsigned short ushort; typedef unsigned short ushort;
typedef unsigned int uint; typedef unsigned int uint;
typedef unsigned int ulong; typedef unsigned long ulong;
#ifdef _MSC_VER // only Visual C++ has __int64 #ifdef _MSC_VER // only Visual C++ has __int64
typedef __int64 longlong; typedef __int64 longlong;