Added back in a few defines that I had accidentally deleted before.
This commit is contained in:
parent
ba8ed137cf
commit
fd71817c3b
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue