[USERINIT] Add unattend.inf functionality to livecd
[reactos.git] / base / system / userinit / userinit.h
index 4607975..c34f287 100644 (file)
@@ -58,6 +58,7 @@ typedef struct
     PAGESTATE NextPage;
     RUN Run;
     IMGINFO ImageInfo;
+    struct _LIVECD_UNATTEND* Unattend;
 } STATE, *PSTATE;