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:
parent
83bc5d4be7
commit
a0625265cf
|
@ -1,4 +1,3 @@
|
|||
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
||||
MODULE = ktmw32.dll
|
||||
|
||||
C_SRCS = \
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue