Fixes for The Wastes compilation under Linux.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5204 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2018-01-23 03:00:45 +00:00
parent 4c0f3ede74
commit 922b0ca2bb
2 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,6 @@
#include "quakedef.h"
#ifdef HAVE_MIXER
#include "winquake.h"
#ifdef DYNAMIC_SDL
@ -440,3 +442,4 @@ snd_capture_driver_t SDL_Capture =
SDL_Capture_Shutdown
};
#endif
#endif