Fix some debug messages (do I need to patch this to wine?)
Modified: trunk/reactos/lib/setupapi/devinst.c
Modified: trunk/reactos/lib/setupapi/makefile

Modified: trunk/reactos/lib/setupapi/devinst.c
--- trunk/reactos/lib/setupapi/devinst.c	2005-06-01 01:56:55 UTC (rev 15711)
+++ trunk/reactos/lib/setupapi/devinst.c	2005-06-01 01:59:05 UTC (rev 15712)
@@ -1259,9 +1259,8 @@
     BOOL bFileQueueCreated = FALSE;
     HKEY hClassKey;
 
+    FIXME("not fully implemented\n");
 
-    FIXME("\n");
-
     if ((Flags & DI_NOVCP) && (FileQueue == NULL || FileQueue == INVALID_HANDLE_VALUE))
     {
 	SetLastError(ERROR_INVALID_PARAMETER);

Modified: trunk/reactos/lib/setupapi/makefile
--- trunk/reactos/lib/setupapi/makefile	2005-06-01 01:56:55 UTC (rev 15711)
+++ trunk/reactos/lib/setupapi/makefile	2005-06-01 01:59:05 UTC (rev 15712)
@@ -1,5 +1,5 @@
 # This file is automatically generated.
 
-TOP = ..\..
+TOP = ../..
 DEFAULT = setupapi
 include $(TOP)/proxy.mak