Merge pull request #31 from jzarl/fix_compile_linux
Fix compilation on Linux.
This commit is contained in:
commit
e55bfc05a7
@ -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 --------------------------------------------------- */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user