[PATCH 16/24] dlls/toolhelp.dll16: enable compilation with long types

Eric Pouech eric.pouech at gmail.com
Fri Feb 18 02:17:28 CST 2022


Signed-off-by: Eric Pouech <eric.pouech at gmail.com>

---
 dlls/toolhelp.dll16/Makefile.in |    1 -
 dlls/toolhelp.dll16/toolhelp.c  |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/toolhelp.dll16/Makefile.in b/dlls/toolhelp.dll16/Makefile.in
index 7e39aa9c7cb..64d0de31528 100644
--- a/dlls/toolhelp.dll16/Makefile.in
+++ b/dlls/toolhelp.dll16/Makefile.in
@@ -1,4 +1,3 @@
-EXTRADEFS = -DWINE_NO_LONG_TYPES
 MODULE    = toolhelp.dll16
 EXTRADLLFLAGS = -m16
 
diff --git a/dlls/toolhelp.dll16/toolhelp.c b/dlls/toolhelp.dll16/toolhelp.c
index 57a95fb8d8f..1bec37c505e 100644
--- a/dlls/toolhelp.dll16/toolhelp.c
+++ b/dlls/toolhelp.dll16/toolhelp.c
@@ -552,7 +552,7 @@ BOOL16 WINAPI NotifyRegister16( HTASK16 htask, FARPROC16 lpfnCallback,
 {
     int	i;
 
-    FIXME("(%x,%x,%x), semi-stub.\n",
+    FIXME("(%x,%lx,%x), semi-stub.\n",
                       htask, (DWORD)lpfnCallback, wFlags );
     if (!htask) htask = GetCurrentTask();
     for (i=0;i<nrofnotifys;i++)




More information about the wine-devel mailing list