1
0
Fork 0

Added back in a few defines that I had accidentally deleted before.

This commit is contained in:
durk 2007-06-09 13:25:21 +00:00
parent ba8ed137cf
commit fd71817c3b
2 changed files with 10 additions and 0 deletions

View file

@ -1,6 +1,9 @@
/* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */ /* 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 */ /* Define to enable plib joystick support */
#ifndef ENABLE_PLIB_JOYSTICK #ifndef ENABLE_PLIB_JOYSTICK
#define ENABLE_PLIB_JOYSTICK #define ENABLE_PLIB_JOYSTICK
@ -188,6 +191,8 @@
#define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1
#define HAVE_MEMCPY 1 #define HAVE_MEMCPY 1
#define NOMINMAX 1
#ifndef ENABLE_AUDIO_SUPPORT #ifndef ENABLE_AUDIO_SUPPORT
#define ENABLE_AUDIO_SUPPORT #define ENABLE_AUDIO_SUPPORT

View file

@ -1,6 +1,9 @@
/* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */ /* 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 */ /* Define to enable plib joystick support */
#ifndef ENABLE_PLIB_JOYSTICK #ifndef ENABLE_PLIB_JOYSTICK
#define ENABLE_PLIB_JOYSTICK #define ENABLE_PLIB_JOYSTICK
@ -188,6 +191,8 @@
#define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1
#define HAVE_MEMCPY 1 #define HAVE_MEMCPY 1
#define NOMINMAX 1
#ifndef ENABLE_AUDIO_SUPPORT #ifndef ENABLE_AUDIO_SUPPORT
#define ENABLE_AUDIO_SUPPORT #define ENABLE_AUDIO_SUPPORT