Merge pull request #31 from jzarl/fix_compile_linux

Fix compilation on Linux.
This commit is contained in:
Diederick C. Niehorster 2015-07-11 23:20:54 +02:00
commit e55bfc05a7

View File

@ -11,7 +11,7 @@
#include <GL/freeglut.h> #include <GL/freeglut.h>
#include "fg_internal.h" #include "fg_internal.h"
#if(_WIN32_WINNT >= 0x0501) #if( !_WIN32 || _WIN32_WINNT >= 0x0501)
/* -- PRIVATE FUNCTIONS --------------------------------------------------- */ /* -- PRIVATE FUNCTIONS --------------------------------------------------- */