mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:22:58 +00:00
[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:
parent
79faa9c9cd
commit
bda290bc5e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ VOID
|
||||||
WINAPI
|
WINAPI
|
||||||
SetDebugErrorLevel( DWORD dwLevel )
|
SetDebugErrorLevel( DWORD dwLevel )
|
||||||
{
|
{
|
||||||
DbgPrint("(%lu): stub\n", dwLevel);
|
FIXME("(%lu): stub\n", dwLevel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue