Skip to content

Commit fe20bc0

Browse files
committed
Fix MSVC warning C4005 for _T macro.
1 parent 38027c6 commit fe20bc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/gamespy/gsplatform.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
#include <windows.h>
7070
#include <limits.h>
7171
#include <time.h>
72+
#include <tchar.h>
7273

7374
#if defined(GSI_WINSOCK2)
7475
#include <winsock2.h>

0 commit comments

Comments
 (0)