[USER32]: Use FIXME instead of DbgPrint (so that we can get the line of the source file together).

svn path=/trunk/; revision=69164
This commit is contained in:
Hermès Bélusca-Maïto 2015-09-10 00:39:18 +00:00
parent 79faa9c9cd
commit bda290bc5e

View file

@ -41,7 +41,7 @@ VOID
WINAPI
SetDebugErrorLevel( DWORD dwLevel )
{
DbgPrint("(%lu): stub\n", dwLevel);
FIXME("(%lu): stub\n", dwLevel);
}