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:
parent
581603da12
commit
7b0f0fb0e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue