ktmw32: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-02-11 08:41:41 +01:00 committed by Alexandre Julliard
parent 83bc5d4be7
commit a0625265cf
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = ktmw32.dll
C_SRCS = \

View File

@ -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;