vbox的更動 18055 路徑 trunk/src/VBox/Runtime/r3/init.cpp
- 時間撮記:
- 2009-3-18 下午12:01:51 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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?
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器