X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInclude%2Fconfig.h-msvc6;h=1b7f8ddc6b56986091e4fdeedae4bf377ba017b3;hb=63434ceef892f9fdec4dccffbc7359766962b505;hp=0d68ab86095e3b943a4cf00c13eff4032ec232cf;hpb=0d7a859d766678030a8f1127b433f9d04f84da0a;p=flightgear.git diff --git a/src/Include/config.h-msvc6 b/src/Include/config.h-msvc6 index 0d68ab860..1b7f8ddc6 100644 --- a/src/Include/config.h-msvc6 +++ b/src/Include/config.h-msvc6 @@ -1,8 +1,10 @@ -/* Special single config.h for MSVC6 build - Geoff McLane - 22 Jan, 2002 */ +/* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */ /* Define to enable plib joystick support */ +#ifndef ENABLE_PLIB_JOYSTICK #define ENABLE_PLIB_JOYSTICK +#endif // #ifndef ENABLE_PLIB_JOYSTICK /* Define to enable threaded tile paging */ #undef ENABLE_THREADS @@ -44,7 +46,7 @@ #define PACKAGE "FlightGear" /* Define to package version - use in main.cxx */ -#define FLIGHTGEAR_VERSION "MSVC6-WIN32-0.9.0" +#define FLIGHTGEAR_VERSION "MSVC6-WIN32-2.0.0" /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void @@ -62,7 +64,7 @@ #define TM_IN_SYS_TIME 1 /* Define to version number */ -#define VERSION "0.9.0" +#define VERSION "2.0.0" /* Define if compiling on a Winbloze (95, NT, etc.) platform */ #define WIN32 1 @@ -183,9 +185,14 @@ #define HAVE_MEMCPY 1 +#define NOMINMAX 1 + #ifndef ENABLE_AUDIO_SUPPORT #define ENABLE_AUDIO_SUPPORT #endif +#ifndef FG_GLUT_H +#define FG_GLUT_H +#endif // #ifndef FG_GLUT_H // eof - config.h-msvc6 - single flightgear config.h file