diff --git a/src/Include/config.h-msvc8 b/src/Include/config.h-msvc8 index d30ede6a9..86c25c69c 100755 --- a/src/Include/config.h-msvc8 +++ b/src/Include/config.h-msvc8 @@ -1,6 +1,9 @@ /* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */ +#define ENABLE_OSGVIEWER +#define PU_USE_NATIVE + /* Define to enable plib joystick support */ #ifndef ENABLE_PLIB_JOYSTICK #define ENABLE_PLIB_JOYSTICK @@ -188,6 +191,8 @@ #define HAVE_MEMORY_H 1 #define HAVE_MEMCPY 1 +#define NOMINMAX 1 + #ifndef ENABLE_AUDIO_SUPPORT #define ENABLE_AUDIO_SUPPORT diff --git a/src/Include/config.h-msvc8.in b/src/Include/config.h-msvc8.in index 038e2183b..46c1b9197 100644 --- a/src/Include/config.h-msvc8.in +++ b/src/Include/config.h-msvc8.in @@ -1,6 +1,9 @@ /* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */ +#define ENABLE_OSGVIEWER +#define PU_USE_NATIVE + /* Define to enable plib joystick support */ #ifndef ENABLE_PLIB_JOYSTICK #define ENABLE_PLIB_JOYSTICK @@ -188,6 +191,8 @@ #define HAVE_MEMORY_H 1 #define HAVE_MEMCPY 1 +#define NOMINMAX 1 + #ifndef ENABLE_AUDIO_SUPPORT #define ENABLE_AUDIO_SUPPORT