Fix some debug messages (do I need to patch this to wine?)

svn path=/trunk/; revision=15712
This commit is contained in:
Alex Ionescu 2005-06-01 01:59:05 +00:00
parent 18aa07be14
commit c5bf36a5de
2 changed files with 2 additions and 3 deletions

View file

@ -1259,8 +1259,7 @@ BOOL WINAPI SetupDiInstallClassW(
BOOL bFileQueueCreated = FALSE; BOOL bFileQueueCreated = FALSE;
HKEY hClassKey; HKEY hClassKey;
FIXME("not fully implemented\n");
FIXME("\n");
if ((Flags & DI_NOVCP) && (FileQueue == NULL || FileQueue == INVALID_HANDLE_VALUE)) if ((Flags & DI_NOVCP) && (FileQueue == NULL || FileQueue == INVALID_HANDLE_VALUE))
{ {

View file

@ -1,5 +1,5 @@
# This file is automatically generated. # This file is automatically generated.
TOP = ..\.. TOP = ../..
DEFAULT = setupapi DEFAULT = setupapi
include $(TOP)/proxy.mak include $(TOP)/proxy.mak