aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-20 14:59:01 -0700
committerChris Robinson <[email protected]>2011-09-20 14:59:01 -0700
commit390d94ec97f52bf96a69dd7a698063c1e1f04bb2 (patch)
tree2cd7996423ecba2af2f4ee9029acc653013a90f8 /Alc
parente01092a0da3559a8c8c28312388ef9b416319aae (diff)
Define _WIN32_WINNT on the command line with _WIN32
Diffstat (limited to 'Alc')
-rw-r--r--Alc/backends/dsound.c1
-rw-r--r--Alc/backends/mmdevapi.c1
-rw-r--r--Alc/backends/winmm.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/Alc/backends/dsound.c b/Alc/backends/dsound.c
index 2b944adc..f1dd0762 100644
--- a/Alc/backends/dsound.c
+++ b/Alc/backends/dsound.c
@@ -20,7 +20,6 @@
#include "config.h"
-#define _WIN32_WINNT 0x0500
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>
diff --git a/Alc/backends/mmdevapi.c b/Alc/backends/mmdevapi.c
index 5fe545a1..6c5c5daf 100644
--- a/Alc/backends/mmdevapi.c
+++ b/Alc/backends/mmdevapi.c
@@ -21,7 +21,6 @@
#include "config.h"
#define COBJMACROS
-#define _WIN32_WINNT 0x0500
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>
diff --git a/Alc/backends/winmm.c b/Alc/backends/winmm.c
index 67182950..1af5105b 100644
--- a/Alc/backends/winmm.c
+++ b/Alc/backends/winmm.c
@@ -20,7 +20,6 @@
#include "config.h"
-#define _WIN32_WINNT 0x0500
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>