Changeset 92737 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Dec 3, 2021 4:05:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-transfers.h
r87686 r92737 5 5 6 6 /* 7 * Copyright (C) 2019-202 0Oracle Corporation7 * Copyright (C) 2019-2021 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 145 145 146 146 /** Valid bits. */ 147 #define SHCL_OBJ_CF_VALID_MASK UINT32_C(0x0001 8000)147 #define SHCL_OBJ_CF_VALID_MASK UINT32_C(0x00019000) 148 148 /** @} */ 149 149
Note:
See TracChangeset
for help on using the changeset viewer.