Crappy complier doesn't allow me to UNDEF _win32 on command line! So here we have def WIN32SDL until I figure out better way to do it. Oh yeah, WIN32 SDL/SGL now uses (totally crappy) SDL sounds instead of old directx sounds.

This commit is contained in:
Dabb 2000-12-03 10:47:07 +00:00
parent 3bafaa371c
commit b426b6daa7
2 changed files with 10 additions and 0 deletions

View file

@ -37,6 +37,11 @@
#include "qargs.h"
#include "quakedef.h"
// fixme: Damn crappy complier doesn't allow me to UNDEF _win32 on command line!
#ifdef WIN32SDL
#undef _WIN32
#endif
#ifdef _WIN32
#include "winquake.h"
#include "in_win.h"

View file

@ -35,6 +35,11 @@
#include "sound.h"
#include "console.h"
// fixme: Damn crappy complier doesn't allow me to UNDEF _win32 on command line!
#ifdef WIN32SDL
#undef _WIN32
#endif
#ifdef _WIN32
#include "winquake.h"
#else