Bug 214658 - [WinCairo][32bit] ConnectionWin.cpp(327): error C2664: 'BOOL RegisterWaitForSingleObject(...)': cannot convert argument 3 from 'void (__cdecl *)(...)' to 'WAITORTIMERCALLBACK'
Summary: [WinCairo][32bit] ConnectionWin.cpp(327): error C2664: 'BOOL RegisterWaitForS...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-22 14:51 PDT by Fujii Hironori
Modified: 2020-07-22 18:45 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2020-07-22 14:55 PDT, Fujii Hironori
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2020-07-22 14:51:39 PDT
[WinCairo][32bit] ConnectionWin.cpp(327): error C2664: 'BOOL RegisterWaitForSingleObject(...)': cannot convert argument 3 from 'void (__cdecl *)(...)' to 'WAITORTIMERCALLBACK'

..\..\Source\WebKit\Platform\IPC\win\ConnectionWin.cpp(327): error C2664: 'BOOL RegisterWaitForSingleObject(PHANDLE,HANDLE,WAITORTIMERCALLBACK,PVOID,ULONG,ULONG)': cannot convert argument 3 from 'void (__cdecl *)(void *,BOOLEAN)' to 'WAITORTIMERCALLBACK'
..\..\Source\WebKit\Platform\IPC\win\ConnectionWin.cpp(327): note: None of the functions with this name in scope match the target type
C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(7515): note: see declaration of 'RegisterWaitForSingleObject'
Comment 1 Fujii Hironori 2020-07-22 14:55:17 PDT
Created attachment 404970 [details]
Patch
Comment 2 Fujii Hironori 2020-07-22 18:45:01 PDT
Committed r264740: <https://trac.webkit.org/changeset/264740>
Comment 3 Radar WebKit Bug Importer 2020-07-22 18:45:16 PDT
<rdar://problem/65967332>