Fix for MSVC++
This commit is contained in:
parent
3b5667ed39
commit
ceaf93a11c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Reference in a new issue