- Timestamp:
- May 6, 2019 3:02:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-win.cpp
r78307 r78393 86 86 87 87 const BOOL fRc = CloseClipboard(); 88 if (RT_UNLIKELY( fRc))88 if (RT_UNLIKELY(!fRc)) 89 89 { 90 90 const DWORD dwLastErr = GetLastError(); … … 108 108 109 109 const BOOL fRc = EmptyClipboard(); 110 if (RT_UNLIKELY( fRc))110 if (RT_UNLIKELY(!fRc)) 111 111 { 112 112 const DWORD dwLastErr = GetLastError();
Note:
See TracChangeset
for help on using the changeset viewer.