Cygwin patch from Patrick Staehlin:

To compile the development CVS version of FlightGear(0.9.0) i had to
apply some small changes to SimGear and FlightGear.

The changes need probably some additional ifdefs for other platforms but
since my linux-hd crashed i can't verify that.
This commit is contained in:
david
2002-11-17 00:42:17 +00:00
parent 65ce1a04b2
commit c3f558b034
4 changed files with 14 additions and 4 deletions

View File

@@ -28,14 +28,12 @@
// warning for truncation of template name for browse info
// #pragma warning( disable : 4786)
#include "SkySingleton.hpp"
#include "compiler.h"
#include <list>
#include <map>
#include <algorithm>
#include "compiler.h"
#ifdef WIN32
# include "extgl.h"
#else

View File

@@ -25,6 +25,10 @@
// #pragma warning( disable : 4786 )
#define __glext_h_
#define __GLEXT_H_
#define __glext_h_
#define __GLEXT_H_
#include <GL/glut.h>
//------------------------------------------------------------------------------

View File

@@ -24,6 +24,8 @@
#include "SkyTextureState.hpp"
//#include "glvu.hpp"
//------------------------------------------------------------------------------
// Static initializations.
//------------------------------------------------------------------------------

View File

@@ -24,6 +24,12 @@
#include <windows.h>
#endif
#define __glext_h_
#define __GLEXT_H_
#define __glext_h_
#define __GLEXT_H_
#include <GL/gl.h>
#ifndef APIENTRY