1
0
Fork 0

Fix for MSVC++

This commit is contained in:
curt 1999-10-27 00:44:29 +00:00
parent 3b5667ed39
commit ceaf93a11c

View file

@ -57,10 +57,10 @@ INCLUDES
#include "FGState.h"
#include "FGFDMExec.h"
#ifndef M_PI
#ifndef M_PI_2
/* get a definition for pi */
#include <Include/fg_constants.h>
#define M_PI FG_PI
#define M_PI_2 FG_PI_2
#endif
/*******************************************************************************