VirtualBox

忽略:
時間撮記:
2011-9-5 下午02:04:05 (13 年 以前)
作者:
vboxsync
訊息:

iprt: burn fix. can expose these variables later if needed.

檔案:
修改 1 筆資料

圖例:

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

    r38638 r38639  
    9292
    9393/** The argument count of the program.  */
    94 DECLHIDDEN(int)             g_crtArgs = -1;
     94static int                  g_crtArgs = -1;
    9595/** The arguments of the program (UTF-8).  This is "leaked". */
    96 DECLHIDDEN(char **)         g_papszrtArgs;
     96static char **              g_papszrtArgs;
    9797/** The original argument vector of the program. */
    98 DECLHIDDEN(char **)         g_papszrtOrgArgs;
     98static char **              g_papszrtOrgArgs;
    9999
    100100/**
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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