Skip to content

Commit

Permalink
fix ticket #99, second attempt
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/fuego/code/trunk@1990 2e953b5c-c64d-0410-be54-f773e93e544c
  • Loading branch information
mmueller65 committed May 29, 2015
1 parent 8446f88 commit 4fbe4aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions smartgame/SgPlatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
#include <algorithm>

#ifdef WIN32

// MinGW already defines NOMINMAX
#ifndef NOMINMAX
#define NOMINMAX
#endif

#include <windows.h>
#else
#include <unistd.h>
Expand Down

0 comments on commit 4fbe4aa

Please sign in to comment.