[MSPAINT]
[reactos.git] / reactos / base / setup / usetup / inffile.h
index fdc3deb..039fbef 100644 (file)
  * Delete it once we don't use inflib anymore */
 typedef struct _INFCONTEXT
 {
-  PVOID Inf;
-  PVOID CurrentInf;
-  PVOID Section;
-  PVOID Line;
+  HINF Inf;
+  HINF CurrentInf;
+  UINT Section;
+  UINT Line;
 } INFCONTEXT;
 C_ASSERT(sizeof(INFCONTEXT) == 2 * sizeof(PVOID) + 2 * sizeof(UINT));