Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: Source/core/WebCorePrefix.h

Issue 13852045: Remove the remainings of the following guards: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/config.h ('k') | Tools/TestWebKitAPI/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/config.h ('k') | Tools/TestWebKitAPI/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698