mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-12 13:31:33 +00:00
Merge pull request #28 from FreeSlave/vs6_fix
Change __MSC_VER to _MSC_VER to make the client buildable with VS 6
This commit is contained in:
commit
0e8090c046
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user