We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca97fe commit 806d119Copy full SHA for 806d119
src/xrGameSpy/stdafx.h
@@ -1,7 +1,6 @@
1
#pragma once
2
3
-#define WIN32_LEAN_AND_MEAN
4
-#include <windows.h>
+#include "Common/Platform.hpp"
5
6
#include <GameSpy/Common/gsCommon.h>
7
#include <GameSpy/Common/gsAvailable.h>
src/xrGameSpy/xrGameSpy.h
@@ -18,6 +18,7 @@
18
#include <GameSpy/gp/gp.h>
19
#include <GameSpy/sake/sake.h>
20
#include <GameSpy/sc/sc.h>
21
+#undef min
22
#undef max
23
24
#include "xrGameSpy/xrGameSpy_MainDefs.h"
0 commit comments