Eric Pouech : toolhelp.dll16: Enable compilation with long types.

Alexandre Julliard julliard at winehq.org
Fri Feb 18 15:14:59 CST 2022


Module: wine
Branch: master
Commit: 66b171d2bc68bbe54edc67061514d24c90ac109e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=66b171d2bc68bbe54edc67061514d24c90ac109e

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Fri Feb 18 09:17:28 2022 +0100

toolhelp.dll16: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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-cvs mailing list