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

Unified Diff: src/platform.h

Issue 316133002: Move atomic ops and related files to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index d131d7d29f509e758b2b7934f1317b1bb6c2ffa6..2d5101d985e3e4fe9a84b5172120481daf9d185b 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -43,7 +43,7 @@ int signbit(double x);
// Microsoft Visual C++ specific stuff.
#if V8_LIBC_MSVCRT
-#include "src/win32-headers.h"
+#include "src/base/win32-headers.h"
#include "src/win32-math.h"
Jakob Kummerow 2014/06/05 11:49:06 It would seem logical to keep win32-headers.h and
jochen (gone - plz use gerrit) 2014/06/05 12:08:18 Yes, but first checks.h needs to move (which is in
int strncasecmp(const char* s1, const char* s2, int n);

Powered by Google App Engine
This is Rietveld 408576698