- Timestamp:
- May 22, 2019 10:00:33 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r78095 r78653 184 184 if (cbSize == cbData) 185 185 return VINF_SUCCESS; 186 187 if (cbSize > _32M) /* Meta data can be up to 32MB. */ 188 return VERR_INVALID_PARAMETER; 186 189 187 190 void *pvTmp = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.