aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
Diffstat (limited to 'alc')
-rw-r--r--alc/alconfig.cpp10
-rw-r--r--alc/helpers.cpp11
2 files changed, 1 insertions, 20 deletions
diff --git a/alc/alconfig.cpp b/alc/alconfig.cpp
index dfafa231..ac075b54 100644
--- a/alc/alconfig.cpp
+++ b/alc/alconfig.cpp
@@ -18,14 +18,6 @@
* Or go to http://www.gnu.org/copyleft/lgpl.html
*/
-#ifdef _WIN32
-#ifdef __MINGW32__
-#define _WIN32_IE 0x501
-#else
-#define _WIN32_IE 0x400
-#endif
-#endif
-
#include "config.h"
#include "alconfig.h"
@@ -33,7 +25,7 @@
#include <cstdlib>
#include <cctype>
#include <cstring>
-#ifdef _WIN32_IE
+#ifdef _WIN32
#include <windows.h>
#include <shlobj.h>
#endif
diff --git a/alc/helpers.cpp b/alc/helpers.cpp
index 2aee6a2d..22483dd3 100644
--- a/alc/helpers.cpp
+++ b/alc/helpers.cpp
@@ -18,17 +18,6 @@
* Or go to http://www.gnu.org/copyleft/lgpl.html
*/
-/* Define this first since Windows' system headers may include headers affected
- * by it (is it even still needed?).
- */
-#ifdef _WIN32
-#ifdef __MINGW32__
-#define _WIN32_IE 0x501
-#else
-#define _WIN32_IE 0x400
-#endif
-#endif
-
#include "config.h"
#include <algorithm>