Commit a0625265 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

ktmw32: Enable compilation with long types.

parent 83bc5d4b
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment