diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2020-04-25 02:12:43 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2020-04-25 02:12:43 -0700 |
commit | e3f6afafdeab3c5ec8e28c3f9b6b26fbcf5f37bf (patch) | |
tree | e23c8c6b57d31382a6de1dd2a2153b41860b158d /alc/helpers.cpp | |
parent | be476c793574fcde7bb78df1595257cc52f4c93a (diff) |
Remove some hopefully unneeded macros
Diffstat (limited to 'alc/helpers.cpp')
-rw-r--r-- | alc/helpers.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
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> |