2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Fix plGLight.

This commit is contained in:
Darryl Pogue
2012-01-29 00:52:53 -08:00
parent d8ce2aa302
commit 668034fd71
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>
#ifndef isnan #ifdef _MSC_VER
#define isnan _isnan #define isnan _isnan
#endif #endif

View File

@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>
#ifndef isnan #ifdef _MSC_VER
#define isnan _isnan #define isnan _isnan
#endif #endif