Skip to content

Commit 2538e31

Browse files
committed
1 parent 7e87173 commit 2538e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/build/deplister.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#include <imagehlp.h>
2323

2424
BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason,
25-
PSTR image_name, PSTR dll_name,
26-
ULONG va, ULONG param)
25+
PCSTR image_name, PCSTR dll_name,
26+
ULONG_PTR va, ULONG_PTR param)
2727
{
2828
switch (reason) {
2929
case BindImportModuleFailed:

0 commit comments

Comments
 (0)