Changeset 85121 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp
r83953 r85121 311 311 * @param lResult Additional data to pass. Not used currently. 312 312 */ 313 VOID CALLBACK SharedClipboardWinChainPingProc(HWND hWnd, UINT uMsg, ULONG_PTR dwData, LRESULT lResult) 313 VOID CALLBACK SharedClipboardWinChainPingProc(HWND hWnd, UINT uMsg, ULONG_PTR dwData, LRESULT lResult) RT_NOTHROW_DEF 314 314 { 315 315 RT_NOREF(hWnd);
Note:
See TracChangeset
for help on using the changeset viewer.