wintab32: Fix compiler warnings on Clang.

This commit is contained in:
Austin English 2010-09-20 03:57:29 -05:00 committed by Alexandre Julliard
parent 426c920264
commit e2755c13fa

View file

@ -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);