Skip to content

Commit

Permalink
Fix xrGamespy compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Aug 4, 2017
1 parent dca97fe commit 806d119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/xrGameSpy/stdafx.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "Common/Platform.hpp"

#include <GameSpy/Common/gsCommon.h>
#include <GameSpy/Common/gsAvailable.h>
Expand Down
1 change: 1 addition & 0 deletions src/xrGameSpy/xrGameSpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <GameSpy/gp/gp.h>
#include <GameSpy/sake/sake.h>
#include <GameSpy/sc/sc.h>
#undef min
#undef max

#include "xrGameSpy/xrGameSpy_MainDefs.h"
Expand Down

0 comments on commit 806d119

Please sign in to comment.