vbox的更動 38638 路徑 trunk/src/VBox/Runtime/r3/init.cpp
- 時間撮記:
- 2011-9-5 下午02:02:29 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/init.cpp
r38636 r38638 34 34 #ifdef RT_OS_WINDOWS 35 35 # include <process.h> 36 # include <Windows.h> 36 37 #else 37 38 # include <unistd.h> … … 317 318 setlocale(LC_CTYPE, ""); 318 319 320 #ifdef RT_OS_WINDOWS 321 /* 322 * On windows, make sure we talk CP_ACP to the console. It frequently uses 323 * a different code page, which would cause %[lL]S to fail. 324 */ 325 if (!(fFlags & RTR3INIT_FLAGS_DLL)) 326 { 327 SetConsoleCP(GetACP()); 328 SetConsoleOutputCP(GetACP()); 329 } 330 #endif 331 319 332 /* 320 333 * The Process ID.
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器