Changeset 138
- Timestamp:
- Sep 4, 2010, 1:04:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/windows/vm/os_windows.inline.hpp
r2 r138 27 27 inline const char* os::path_separator() { return ";"; } 28 28 29 #ifdef __EMX__ 30 inline const char* os::jlong_format_specifier() { return "%lld"; } 31 inline const char* os::julong_format_specifier() { return "%llu"; } 32 #else 29 33 inline const char* os::jlong_format_specifier() { return "%I64d"; } 30 34 inline const char* os::julong_format_specifier() { return "%I64u"; } 35 #endif 31 36 32 37 // File names are case-insensitive on windows only
Note:
See TracChangeset
for help on using the changeset viewer.