diff options
author | Chris Robinson <[email protected]> | 2008-03-01 01:39:42 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-03-01 01:39:42 -0800 |
commit | 2af549880412bb666574945a81ea6fbcba82f324 (patch) | |
tree | b3e5b17e9471926cf95128450792d0fc0012ce58 /Alc/dsound.c | |
parent | 2b42d7fdb8181ae5c721e86cc9bf5896e546cc02 (diff) |
Define _WIN32_WINNT to 0x0500 when including windows.h
VC7 appears to require that value, or higher, set and fails otherwise
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> |