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

Unified Diff: ipc/ipc_message_macros.h

Issue 878763003: undo zturner visualc compiler workaround (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_macros.h
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h
index 01789cbb6e3689a1313b214a0c4f0eabcfc089f1..e0e16d55925c949c520644e0300ae3e855431fd0 100644
--- a/ipc/ipc_message_macros.h
+++ b/ipc/ipc_message_macros.h
@@ -967,14 +967,7 @@
#endif // IPC_IPC_MESSAGE_MACROS_H_
-// The following #ifdef cannot be removed. Although the code is semantically
-// equivalent without the #ifdef, VS2013 contains a bug where it is
-// over-aggressive in optimizing out #includes. Putting the #ifdef is a
-// workaround for this bug. See http://goo.gl/eGt2Fb for more details.
-// This can be removed once VS2013 is fixed.
-#ifdef IPC_MESSAGE_START
// Clean up IPC_MESSAGE_START in this unguarded section so that the
// XXX_messages.h files need not do so themselves. This makes the
// XXX_messages.h files easier to write.
#undef IPC_MESSAGE_START
-#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698