mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix some debug messages (do I need to patch this to wine?)
svn path=/trunk/; revision=15712
This commit is contained in:
parent
18aa07be14
commit
c5bf36a5de
2 changed files with 2 additions and 3 deletions
|
@ -1259,8 +1259,7 @@ BOOL WINAPI SetupDiInstallClassW(
|
|||
BOOL bFileQueueCreated = FALSE;
|
||||
HKEY hClassKey;
|
||||
|
||||
|
||||
FIXME("\n");
|
||||
FIXME("not fully implemented\n");
|
||||
|
||||
if ((Flags & DI_NOVCP) && (FileQueue == NULL || FileQueue == INVALID_HANDLE_VALUE))
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated.
|
||||
|
||||
TOP = ..\..
|
||||
TOP = ../..
|
||||
DEFAULT = setupapi
|
||||
include $(TOP)/proxy.mak
|
||||
|
|
Loading…
Reference in a new issue