Changeset 90050 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jul 6, 2021 10:27:20 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp
r86890 r90050 415 415 416 416 default: 417 lresultRc = DefWindowProc(hWnd, uMsg, wParam, lParam); 417 418 break; 418 419 } 419 420 420 LogFlowFunc(("LEAVE hWnd=%p, WM_ %u \n", hWnd, uMsg));421 return DefWindowProc(hWnd, uMsg, wParam, lParam);421 LogFlowFunc(("LEAVE hWnd=%p, WM_ %u -> %#zx\n", hWnd, uMsg, lresultRc)); 422 return lresultRc; 422 423 } 423 424
Note:
See TracChangeset
for help on using the changeset viewer.