summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/config.h')
-rw-r--r--Source/JavaScriptCore/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/JavaScriptCore/config.h b/Source/JavaScriptCore/config.h
index 4e1d2b91c..a5df3aa7a 100644
--- a/Source/JavaScriptCore/config.h
+++ b/Source/JavaScriptCore/config.h
@@ -34,15 +34,6 @@
#endif
#if OS(WINDOWS)
-
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0502
-#endif
-
-#ifndef WINVER
-#define WINVER 0x0502
-#endif
-
// If we don't define these, they get defined in windef.h.
// We want to use std::min and std::max
#define max max