vbox的更動 98218 路徑 trunk/src/VBox/Additions/common
- 時間撮記:
- 2023-1-22 下午11:01:17 (22 月 以前)
- 位置:
- trunk/src/VBox/Additions/common/VBoxGuest/lib
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r98103 r98218 58 58 59 59 60 /* *60 /* 61 61 * Function naming convention: 62 62 * -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibInternal.h
r98103 r98218 79 79 return VINF_SUCCESS; 80 80 } 81 return VERR_INVALID_PARAMETER; 81 *pu32 = UINT32_MAX; /* shut up gcc */ 82 return VERR_WRONG_PARAMETER_TYPE; 82 83 } 83 84 … … 97 98 return VINF_SUCCESS; 98 99 } 99 return VERR_INVALID_PARAMETER; 100 *pu64 = UINT64_MAX; /* shut up gcc */ 101 return VERR_WRONG_PARAMETER_TYPE; 100 102 } 101 103
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器