[USER32]: Use FIXME instead of DbgPrint (so that we can get the line of the source...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 10 Sep 2015 00:39:18 +0000 (00:39 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 10 Sep 2015 00:39:18 +0000 (00:39 +0000)
svn path=/trunk/; revision=69164

reactos/win32ss/user/user32/misc/stubs.c

index 874eb80..c99631f 100644 (file)
@@ -41,7 +41,7 @@ VOID
 WINAPI
 SetDebugErrorLevel( DWORD dwLevel )
 {
-    DbgPrint("(%lu): stub\n", dwLevel);
+    FIXME("(%lu): stub\n", dwLevel);
 }