DirectX is a Win32 thingie only.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1076 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2005-06-04 17:40:09 +00:00
parent 581603da12
commit 7b0f0fb0e1
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ void S_Init (void)
void S_ShutdownCard(soundcardinfo_t *sc)
{
#ifndef NODIRECTX
#if defined(_WIN32) && !defined(NODIRECTX)
extern int aimedforguid;
aimedforguid = 0;
#endif