Other misc. tweaks.
class fgAIRPORTS {
public:
-#ifdef _FG_NO_DEFAULT_TEMPLATE_ARGS
+#ifdef FG_NO_DEFAULT_TEMPLATE_ARGS
typedef set< fgAIRPORT, less< fgAIRPORT > > container;
#else
typedef set< fgAIRPORT > container;
// $Log$
+// Revision 1.5 1998/11/02 18:25:34 curt
+// Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
+// Other misc. tweaks.
+//
// Revision 1.4 1998/09/08 21:38:43 curt
// Changes by Bernie Bright.
//
-#include "js.h"
+#include "js.hxx"
jsJoystick js0 ( 0 ) ;
jsJoystick js1 ( 1 ) ;
// Handle "special" keyboard events
void GLUTspecialkey(int k, int x, int y) {
- fgCONTROLS *c;
fgVIEW *v;
- c = current_aircraft.controls;
v = ¤t_view;
fgPrintf( FG_INPUT, FG_DEBUG, "Special key hit = %d", k);
// $Log$
+// Revision 1.31 1998/11/02 18:25:37 curt
+// Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
+// Other misc. tweaks.
+//
// Revision 1.30 1998/10/25 14:08:46 curt
// Turned "struct fgCONTROLS" into a class, with inlined accessor functions.
//
#ifdef WIN32
# include <windows.h>
-# ifdef __CYGWIN32__
+# if defined( __CYGWIN__ ) || defined( __CYGWIN32__ )
# define NEAR /* */
# define FAR /* */
# endif
// $Log$
+// Revision 1.20 1998/11/02 18:25:38 curt
+// Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
+// Other misc. tweaks.
+//
// Revision 1.19 1998/10/17 01:34:29 curt
// C++ ifying ...
//