]> git.mxchange.org Git - flightgear.git/commitdiff
Added back in a few defines that I had accidentally deleted before.
authordurk <durk>
Sat, 9 Jun 2007 13:25:21 +0000 (13:25 +0000)
committerdurk <durk>
Sat, 9 Jun 2007 13:25:21 +0000 (13:25 +0000)
src/Include/config.h-msvc8
src/Include/config.h-msvc8.in

index d30ede6a9e6e5f84ed6bd7fdbd34fa4a0a1a84f7..86c25c69c43059a7cce0fb69493aa0f22239c1a4 100755 (executable)
@@ -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
 #define HAVE_MEMORY_H 1
 
 #define HAVE_MEMCPY 1
+#define NOMINMAX 1
+
 
 #ifndef ENABLE_AUDIO_SUPPORT
 #define  ENABLE_AUDIO_SUPPORT
index 038e2183b5539b3acd2adfd0c9237f617c571f66..46c1b91971b38b7329584566ac21f217c6f8e5e3 100644 (file)
@@ -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
 #define HAVE_MEMORY_H 1
 
 #define HAVE_MEMCPY 1
+#define NOMINMAX 1
+
 
 #ifndef ENABLE_AUDIO_SUPPORT
 #define  ENABLE_AUDIO_SUPPORT