X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInclude%2Fconfig.h-msvc6;h=8d82669db988a26a1cbb3513c7a0fb66fa21ecd9;hb=49030e700ba276d5cd6ffa4f4e661a266fa0105c;hp=fcb2b9152a177262b6edfec2ab1524fb5bd1d11d;hpb=6f8aa7b33183fc5ebe9268b56b868bc2b3ec1ecd;p=flightgear.git diff --git a/src/Include/config.h-msvc6 b/src/Include/config.h-msvc6 index fcb2b9152..8d82669db 100644 --- a/src/Include/config.h-msvc6 +++ b/src/Include/config.h-msvc6 @@ -46,7 +46,7 @@ #define PACKAGE "FlightGear" /* Define to package version - use in main.cxx */ -#define FLIGHTGEAR_VERSION "MSVC6-WIN32-0.9.1" +#define FLIGHTGEAR_VERSION "MSVC6-WIN32-1.99.4" /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void @@ -64,7 +64,7 @@ #define TM_IN_SYS_TIME 1 /* Define to version number */ -#define VERSION "0.9.1" +#define VERSION "1.99.4" /* Define if compiling on a Winbloze (95, NT, etc.) platform */ #define WIN32 1 @@ -185,6 +185,8 @@ #define HAVE_MEMCPY 1 +#define NOMINMAX 1 + #ifndef ENABLE_AUDIO_SUPPORT #define ENABLE_AUDIO_SUPPORT #endif