X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_spaceball.c;h=953474635be950b2d38ecdfc8a01f86db6d672ab;hb=a67edfb64096e4da7f8b7d6cd34de78c7fc72c54;hp=16b0c5241351261993b446a38896f047f677e3cd;hpb=23613f66511be15d205d5bd7bb49883ad8c66624;p=freeglut diff --git a/src/fg_spaceball.c b/src/fg_spaceball.c index 16b0c52..9534746 100644 --- a/src/fg_spaceball.c +++ b/src/fg_spaceball.c @@ -11,7 +11,7 @@ #include #include "fg_internal.h" -#if(_WIN32_WINNT >= 0x0501) +#if( !_WIN32 || _WIN32_WINNT >= 0x0501) /* -- PRIVATE FUNCTIONS --------------------------------------------------- */