Eric Pouech : ktmw32: Enable compilation with long types.

Alexandre Julliard julliard at winehq.org
Fri Feb 11 14:33:58 CST 2022


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

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Fri Feb 11 08:41:41 2022 +0100

ktmw32: 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/ktmw32/Makefile.in   | 1 -
 dlls/ktmw32/ktmw32_main.c | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/ktmw32/Makefile.in b/dlls/ktmw32/Makefile.in
index 73f80aef0cf..b0517f09193 100644
--- a/dlls/ktmw32/Makefile.in
+++ b/dlls/ktmw32/Makefile.in
@@ -1,4 +1,3 @@
-EXTRADEFS = -DWINE_NO_LONG_TYPES
 MODULE    = ktmw32.dll
 
 C_SRCS = \
diff --git a/dlls/ktmw32/ktmw32_main.c b/dlls/ktmw32/ktmw32_main.c
index 462d122a4e5..710683aff36 100644
--- a/dlls/ktmw32/ktmw32_main.c
+++ b/dlls/ktmw32/ktmw32_main.c
@@ -43,7 +43,7 @@ HANDLE WINAPI CreateTransaction(LPSECURITY_ATTRIBUTES pattr, LPGUID pguid, DWORD
                                 DWORD level, DWORD flags, DWORD timeout, LPWSTR description)
 {
 
-    FIXME("(%p %p 0x%x 0x%x 0x%x, %u, %s): stub\n",
+    FIXME("(%p %p 0x%lx 0x%lx 0x%lx, %lu, %s): stub\n",
             pattr, pguid, options, level, flags, timeout, debugstr_w(description));
 
     return (HANDLE) 1;




More information about the wine-cvs mailing list