Changeset 18095 in vbox
- Timestamp:
- Mar 19, 2009 4:24:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/init.cpp
r18055 r18095 40 40 # include <unistd.h> 41 41 #endif 42 #include <locale.h> 42 43 43 44 #include <iprt/initterm.h> … … 56 57 #endif 57 58 58 #include <locale.h>59 60 59 #include "internal/path.h" 61 60 #include "internal/process.h" … … 263 262 g_u64ProgramStartMilliTS = g_u64ProgramStartNanoTS / 1000000; 264 263 265 /* *264 /* 266 265 * Init C runtime locale 267 266 */ 268 char *pcDummy =setlocale(LC_CTYPE, "");267 setlocale(LC_CTYPE, ""); 269 268 270 269 /*
Note:
See TracChangeset
for help on using the changeset viewer.