vbox的更動 62571 路徑 trunk/src/VBox/Runtime/testcase/tstLdr.cpp
- 時間撮記:
- 2016-7-26 下午03:58:26 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/testcase/tstLdr.cpp
r62477 r62571 60 60 * @param pvUser User argument. 61 61 */ 62 static DECLCALLBACK(int) testGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser) 62 static DECLCALLBACK(int) testGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, 63 RTUINTPTR *pValue, void *pvUser) 63 64 { 64 65 /* check the name format and only permit certain names... later, right? */ 66 RT_NOREF_PV(hLdrMod); RT_NOREF_PV(pszModule); RT_NOREF_PV(pszSymbol); RT_NOREF_PV(uSymbol); RT_NOREF_PV(pvUser); 65 67 66 68 if (g_cBits == 32)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器