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