Index: Source/core/WebCorePrefix.h |
diff --git a/Source/core/WebCorePrefix.h b/Source/core/WebCorePrefix.h |
index 47c5d94ac51e722b0172fcc23f7be7aadfc8cfea..3a63a64883952bbc9c7c1181863e40d8acfb9499 100644 |
--- a/Source/core/WebCorePrefix.h |
+++ b/Source/core/WebCorePrefix.h |
@@ -47,11 +47,9 @@ |
#define WINVER 0x0502 |
#endif |
-#if !USE(CURL) |
#ifndef _WINSOCKAPI_ |
#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h |
#endif |
-#endif |
// If we don't define these, they get defined in windef.h. |
// We want to use std::min and std::max |