Commit e2755c13 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

wintab32: Fix compiler warnings on Clang.

parent 426c9202
......@@ -99,7 +99,7 @@ HCTX WINAPI WTMgrDefContext(HMGR hMgr, BOOL fSystem)
*/
HCTX WINAPI WTMgrDefContextEx(HMGR hMgr, UINT wDevice, BOOL fSystem)
{
FIXME("(%p, %hu, %hu): stub\n", hMgr, wDevice, fSystem);
FIXME("(%p, %u, %u): stub\n", hMgr, wDevice, fSystem);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
......
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