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

Unified Diff: runtime/platform/c99_support_win.h

Issue 9114008: Introduce runtime/platform directory for code shared between vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 12 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: runtime/platform/c99_support_win.h
diff --git a/runtime/vm/c99_support_win.h b/runtime/platform/c99_support_win.h
similarity index 90%
rename from runtime/vm/c99_support_win.h
rename to runtime/platform/c99_support_win.h
index 96d4a3a773d1e8f9ae9709590afddbd7f1cd0639..5d1e97979eba0ccecd4b324643e421d7a6e770e6 100644
--- a/runtime/vm/c99_support_win.h
+++ b/runtime/platform/c99_support_win.h
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#ifndef VM_C99_SUPPORT_WIN_H_
-#define VM_C99_SUPPORT_WIN_H_
+#ifndef PLATFORM_C99_SUPPORT_WIN_H_
+#define PLATFORM_C99_SUPPORT_WIN_H_
// Visual C++ is missing a bunch of C99 math macros and
// functions. Define them here.
@@ -49,4 +49,4 @@ static inline double round(double x) {
}
}
-#endif // VM_C99_SUPPORT_WIN_H_
+#endif // PLATFORM_C99_SUPPORT_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698