Changeset 85498 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 29, 2020 8:01:49 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r85473 r85498 1916 1916 size_t cbData = 0; 1917 1917 1918 int rc ;1918 int rc = VINF_SUCCESS; /* Shut up GCC. */ 1919 1919 1920 1920 switch (pMeta->enmType)
Note:
See TracChangeset
for help on using the changeset viewer.