Changeset 18055 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Mar 18, 2009 12:01:51 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/init.cpp
r14856 r18055 55 55 # include <stdlib.h> 56 56 #endif 57 58 #include <locale.h> 59 57 60 #include "internal/path.h" 58 61 #include "internal/process.h" … … 260 263 g_u64ProgramStartMilliTS = g_u64ProgramStartNanoTS / 1000000; 261 264 265 /** 266 * Init C runtime locale 267 */ 268 char *pcDummy = setlocale(LC_CTYPE, ""); 269 262 270 /* 263 271 * More stuff to come?
Note:
See TracChangeset
for help on using the changeset viewer.