hotspot/src/os/windows/vm/os_windows.hpp
changeset 25468 5331df506290
parent 23527 397b6816032d
child 26682 f339669ba825
--- a/hotspot/src/os/windows/vm/os_windows.hpp	Mon Jun 30 10:04:05 2014 +0200
+++ b/hotspot/src/os/windows/vm/os_windows.hpp	Thu Jun 26 16:05:15 2014 +0200
@@ -29,6 +29,11 @@
 // Information about the protection of the page at address '0' on this os.
 static bool zero_page_read_protected() { return true; }
 
+// File conventions
+static const char* file_separator() { return "\\"; }
+static const char* line_separator() { return "\r\n"; }
+static const char* path_separator() { return ";"; }
+
 class win32 {
   friend class os;