[KSPROXY]
[reactos.git] / reactos / dll / cpl / sysdm / precomp.h
index ff8a12a..3ef2ee0 100644 (file)
@@ -1,8 +1,11 @@
 #ifndef __CPL_PRECOMP_H
 #define __CPL_PRECOMP_H
 
+#include <ntstatus.h>
+#define WIN32_NO_STATUS
 #include <windows.h>
 #include <commctrl.h>
+#include <powrprof.h>
 #include <tchar.h>
 #include <stdio.h>
 #include <cpl.h>
@@ -12,6 +15,7 @@
 #include <shlobj.h>
 #include <cplext.h>
 #include <regstr.h>
+#include <setupapi.h>
 #include "resource.h"
 
 #define NUM_APPLETS (1)
@@ -54,7 +58,7 @@ typedef struct _PAGEFILE
 typedef struct _VIRTMEM
 {
     HWND   hSelf;
-    HWND   hListView;
+    HWND   hListBox;
     LPTSTR szPagingFiles;
     TCHAR  szDrive[10];
     INT    Count;
@@ -62,5 +66,13 @@ typedef struct _VIRTMEM
     PAGEFILE  Pagefile[26];
 } VIRTMEM, *PVIRTMEM;
 
+typedef struct _BOOTRECORD
+{
+  DWORD BootType;
+  WCHAR szSectionName[128];
+  WCHAR szBootPath[MAX_PATH];
+  WCHAR szOptions[512];
+
+}BOOTRECORD, *PBOOTRECORD;
 
 #endif /* __CPL_SYSDM_H */