Fix compilation on Linux.
Commitce15044f73
introduced an error "undefined reference to `sball_initialized'" on non-Windows operating systems. (cherry picked from commit989ceddc19
) (cherry picked from commit989ceddc19
) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1769 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
5d045f4f15
commit
c751a9179d
@ -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