2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 18:05:23 +01:00

Change __MSC_VER to _MSC_VER to make the client buildable with VS 6

This commit is contained in:
Roman Chistokhodov 2017-12-03 18:52:38 +03:00
parent e3d8c255dd
commit ad3a2141eb

View File

@ -93,7 +93,7 @@ typedef struct client_textmessage_s
const char *pMessage; const char *pMessage;
} client_textmessage_t; } client_textmessage_t;
#if __MSC_VER == 1200 #if _MSC_VER == 1200
#define ulonglong_t __int64 #define ulonglong_t __int64
#else #else
#define ulonglong_t unsigned long long #define ulonglong_t unsigned long long