diff options
Diffstat (limited to 'code/client')
-rw-r--r-- | code/client/snd_mix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/snd_mix.c b/code/client/snd_mix.c index 2915b43..8426b60 100644 --- a/code/client/snd_mix.c +++ b/code/client/snd_mix.c @@ -34,7 +34,7 @@ int* snd_p; int snd_linear_count; short* snd_out; -#if !( (defined __linux__ || defined __FreeBSD__ ) && (defined __i386__) ) // rb010123 +#if !( (defined __linux__ || defined __FreeBSD__ || defined __MINGW32__ ) && (defined __i386__) ) // rb010123 #if !id386 void S_WriteLinearBlastStereo16 (void) |