vbox的更動 46700 路徑 trunk/src/VBox/Runtime/r3
- 時間撮記:
- 2013-6-20 上午11:05:39 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
r46697 r46700 50 50 Assert(sizeof(*phHandle) >= sizeof(HMODULE)); 51 51 AssertReturn(fFlags == 0 || fFlags == RTLDRLOAD_FLAGS_NO_UNLOAD, VERR_INVALID_PARAMETER); 52 AssertLogRelMsgReturn(RTPathStartsWithRoot(pszFilename), /* Relative names will still be applied to the search path. */ 53 ("pszFilename='%s'\n", pszFilename), 54 VERR_INTERNAL_ERROR_2); 52 55 53 56 /*
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器