[USETUP] Modify the integrated user-mode PnP manager along the lines of UMPNPMGR...
[reactos.git] / base / setup / usetup / usetup.h
index 39a5c6a..e65bc33 100644 (file)
 
 /* Internal Headers */
 #include "consup.h"
-#include "inffile.h"
 #include "progress.h"
-#include "filequeue.h"
 #include "fslist.h"
 #include "partlist.h"
-#include "cabinet.h"
 #include "genlist.h"
 #include "mui.h"
 
+#include "spapisup/inffile.h"
+#include "spapisup/cabinet.h"
+
+
 extern HANDLE ProcessHeap;
 extern BOOLEAN IsUnattendedSetup;
 extern PCWSTR SelectedLanguageId;
 
 typedef enum _PAGE_NUMBER
 {
+    SETUP_INIT_PAGE,
     LANGUAGE_PAGE,
     WELCOME_PAGE,
     LICENSE_PAGE,