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

Unified Diff: Source/config.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 | « no previous file | Source/core/WebCorePrefix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.h
diff --git a/Source/config.h b/Source/config.h
index e8bf4dd00e617cff706bd66052620f670b8643f5..735e7236dad23bfab3e1aa1c052571a4058d1b36 100644
--- a/Source/config.h
+++ b/Source/config.h
@@ -46,12 +46,9 @@
#define min min
#endif
-// CURL needs winsock, so don't prevent inclusion of it
-#if !USE(CURL)
#ifndef _WINSOCKAPI_
#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h
#endif
-#endif
#endif /* OS(WINDOWS) */
« no previous file with comments | « no previous file | Source/core/WebCorePrefix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698