Changeset 98218 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Jan 22, 2023 11:01:17 PM (2 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.