http://bugs.winehq.com/show_bug.cgi?id=1847
Summary: User32 - ReleaseCapture returns wrong results Product: Wine Version: 20030813 Platform: All URL: http://www.apis.de OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.com ReportedBy: andy@rosen-berg.de
Within Windows, calling ReleaseCapture without having captured the mouse still returns TRUE. WINE returns FALSE. Currently I hardly can imagine a situation this API call could fail. The only exception may be calling ReleaseCapture inside WM_CAPTURECHANGED, which is sent inside ReleaseCapture. (But I never tried this...)