VirtualBox

忽略:
時間撮記:
2009-3-18 下午12:01:51 (16 年 以前)
作者:
vboxsync
訊息:

Runtime: call setlocale from RTR3Init, not as a global initialiser

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/init.cpp

    r14856 r18055  
    5555# include <stdlib.h>
    5656#endif
     57
     58#include <locale.h>
     59
    5760#include "internal/path.h"
    5861#include "internal/process.h"
     
    260263    g_u64ProgramStartMilliTS = g_u64ProgramStartNanoTS / 1000000;
    261264
     265    /**
     266     * Init C runtime locale
     267     */
     268    char *pcDummy = setlocale(LC_CTYPE, "");
     269
    262270    /*
    263271     * More stuff to come?
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette