From c5bf36a5deed07f52bdc65a262e757714ba1a83d Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 1 Jun 2005 01:59:05 +0000 Subject: [PATCH] Fix some debug messages (do I need to patch this to wine?) svn path=/trunk/; revision=15712 --- reactos/lib/setupapi/devinst.c | 3 +-- reactos/lib/setupapi/makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/lib/setupapi/devinst.c b/reactos/lib/setupapi/devinst.c index f5778011077..da9f224f069 100644 --- a/reactos/lib/setupapi/devinst.c +++ b/reactos/lib/setupapi/devinst.c @@ -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)) { diff --git a/reactos/lib/setupapi/makefile b/reactos/lib/setupapi/makefile index efeec22f078..c4ea445ad99 100644 --- a/reactos/lib/setupapi/makefile +++ b/reactos/lib/setupapi/makefile @@ -1,5 +1,5 @@ # This file is automatically generated. -TOP = ..\.. +TOP = ../.. DEFAULT = setupapi include $(TOP)/proxy.mak