undef "near" and "far"

Eidolon: "they're legacy code compatibility defines that don't seem to have any way to be disabled other than undefing them"
This commit is contained in:
VelocitOni 2023-09-07 17:20:13 -04:00 committed by James R.
parent 9a409c5e93
commit 7e33f92049

View file

@ -19,6 +19,11 @@
#include "st_stuff.h" #include "st_stuff.h"
#include "v_video.h" #include "v_video.h"
#ifdef WIN32
#undef near
#undef far
#endif
using namespace srb2; using namespace srb2;
namespace namespace