diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index fa0af41c..6b5f70d6 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -20,6 +20,7 @@ #include "config.h" +#define _WIN32_WINNT 0x0500 #define INITGUID #include <stdlib.h> #include <stdio.h> |