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

Unified Diff: runtime/bin/platform.h

Issue 1410293006: Use ExitProcess on Windows. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/bin/platform.h
diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h
index 3d3c0f3135c842a1b793b5017a0c556c94d1d69d..32473bba2d8874c95afd2de85f0441a7bd5773be 100644
--- a/runtime/bin/platform.h
+++ b/runtime/bin/platform.h
@@ -76,6 +76,8 @@ class Platform {
return argv_;
}
+ static void Exit(int exit_code);
+
private:
// The path to the executable.
static const char* executable_name_;

Powered by Google App Engine
This is Rietveld 408576698