fixed ifdef error for *bsd in grBufferSwap

This commit is contained in:
koolsmoky
2003-08-08 20:49:07 +00:00
parent cfbd5e7bde
commit 758d3324e5

View File

@@ -2663,7 +2663,7 @@ GR_ENTRY(grBufferSwap, void, (FxU32 swapInterval))
if (_GlideRoot.environment.lockCounter > -10) _GlideRoot.environment.lockCounter--;
#ifdef FX_GLIDE_NAPALM
#if !defined(__linux__) && !defined(__DJGPP__)
#if !(GLIDE_PLATFORM & GLIDE_OS_UNIX) && !defined(__DJGPP__)
/* Window hacky stuff */
if (gc->windowed)
{