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

wintab.dll16: Enable compilation with long types.

parent 2ec60930
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = wintab.dll16
EXTRADLLFLAGS = -m16 -Wb,--main-module,wintab32.dll
......
......@@ -500,7 +500,7 @@ BOOL16 WINAPI WTMgrCsrButtonMap16(HMGR16 hMgr, UINT16 wCursor,
BOOL16 WINAPI WTMgrCsrPressureBtnMarks16(HMGR16 hMgr, UINT16 wCsr,
DWORD dwNMarks, DWORD dwTMarks)
{
FIXME("(0x%04hx, %hu, %u, %u): stub\n", hMgr, wCsr, dwNMarks, dwTMarks);
FIXME("(0x%04hx, %hu, %lu, %lu): stub\n", hMgr, wCsr, dwNMarks, dwTMarks);
return FALSE;
}
......
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