diff options
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/dsound.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 6ce4c66e..55067008 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -33,6 +33,9 @@ #include "AL/al.h" #include "AL/alc.h" +#ifndef DSSPEAKER_5POINT1 +#define DSSPEAKER_5POINT1 6 +#endif #ifndef DSSPEAKER_7POINT1 #define DSSPEAKER_7POINT1 7 #endif |