vbox的更動 38639 路徑 trunk/src/VBox/Runtime/r3/init.cpp
- 時間撮記:
- 2011-9-5 下午02:04:05 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/init.cpp
r38638 r38639 92 92 93 93 /** The argument count of the program. */ 94 DECLHIDDEN(int)g_crtArgs = -1;94 static int g_crtArgs = -1; 95 95 /** The arguments of the program (UTF-8). This is "leaked". */ 96 DECLHIDDEN(char **)g_papszrtArgs;96 static char ** g_papszrtArgs; 97 97 /** The original argument vector of the program. */ 98 DECLHIDDEN(char **)g_papszrtOrgArgs;98 static char ** g_papszrtOrgArgs; 99 99 100 100 /**
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器