From: Christoph M. Becker Date: Mon, 10 Aug 2020 17:42:05 +0000 (+0200) Subject: Fix signature of callback function X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2538e31b58144f01fd314c6ad5642c33a00c8b67;p=php Fix signature of callback function Cf. . --- diff --git a/win32/build/deplister.c b/win32/build/deplister.c index f211f8add9..1a53056219 100644 --- a/win32/build/deplister.c +++ b/win32/build/deplister.c @@ -22,8 +22,8 @@ #include BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason, - PSTR image_name, PSTR dll_name, - ULONG va, ULONG param) + PCSTR image_name, PCSTR dll_name, + ULONG_PTR va, ULONG_PTR param) { switch (reason) { case BindImportModuleFailed: