mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
Revert pstypes.h
This commit is contained in:
parent
2210afe02b
commit
fbb2fcb769
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Descent 3
|
||||
* Descent 3
|
||||
* Copyright (C) 2024 Parallax Software
|
||||
*
|
||||
* 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 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;
|
||||
|
Loading…
Reference in New Issue
Block a user