1
0
Fork 0

FG_ to SG_ name changes.

This commit is contained in:
curt 2001-03-23 22:42:49 +00:00
parent 945163b540
commit 8497f9b1ac
15 changed files with 15 additions and 15 deletions

View file

@ -124,7 +124,7 @@ public:
class FGAirportsUtil {
public:
#ifdef FG_NO_DEFAULT_TEMPLATE_ARGS
#ifdef SG_NO_DEFAULT_TEMPLATE_ARGS
typedef set< FGAirport, less< FGAirport > > container;
#else
typedef set< FGAirport > container;

View file

@ -39,7 +39,7 @@ HISTORY
#include <simgear/compiler.h>
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -23,7 +23,7 @@
#include <simgear/compiler.h>
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -30,7 +30,7 @@
#include <simgear/compiler.h>
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -30,7 +30,7 @@
#include <simgear/compiler.h>
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -27,7 +27,7 @@
#endif
// For BC 5.01 this must be included before OpenGL includes.
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -29,7 +29,7 @@
# include <config.h>
#endif
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -25,7 +25,7 @@
# include <config.h>
#endif
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -26,7 +26,7 @@
# include <config.h>
#endif
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -25,7 +25,7 @@
# include <config.h>
#endif
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -27,7 +27,7 @@
#include <simgear/compiler.h>
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -25,7 +25,7 @@
# include <config.h>
#endif
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -23,7 +23,7 @@
#include <simgear/compiler.h>
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -27,7 +27,7 @@
#include <simgear/compiler.h>
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif

View file

@ -35,7 +35,7 @@
#include <simgear/compiler.h>
#ifdef FG_MATH_EXCEPTION_CLASH
#ifdef SG_MATH_EXCEPTION_CLASH
# define exception c_exception
#endif