[PATCH 20/23] dlls/ktmw32: enable compilation with long types

Eric Pouech eric.pouech at gmail.com
Fri Feb 11 01:41:41 CST 2022


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

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