On Tue, Apr 10, 2018 at 7:41 AM, Steffen <[email protected]> wrote: > > Get: > > Error C2440 'function': cannot convert from 'int (__stdcall *)(conn_rec *)' > to 'ap_HOOK_output_pending_t (__cdecl *)' libhttpd > ..\VC15\trunk\server\core.c 5724
'(__stdcall *)(conn_rec *)' != '(__cdecl *) (conn_rec *)' Callback entry points are generally declared AP_DECLARE_NONSTD for this reason.
