mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
wintab32: Fix compiler warnings on Clang.
This commit is contained in:
parent
426c920264
commit
e2755c13fa
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user