[ACPPAGE] Make use of the PCH.
[reactos.git] / dll / cpl / powercfg / powercfg.h
index 5dcdd3f..16e0e18 100644 (file)
@@ -1,15 +1,20 @@
-#include <ntstatus.h>
-#define WIN32_NO_STATUS
+#ifndef _POWERCFG_H
+#define _POWERCFG_H
+
+#include <stdarg.h>
+
 #define _INC_WINDOWS
 #define COM_NO_WINDOWS_H
-#include <stdarg.h>
+
+#include <ntstatus.h>
+#define WIN32_NO_STATUS
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
 #include <cpl.h>
 #include <tchar.h>
 #include <shlobj.h>
-#include <regstr.h>
+#include <shlwapi.h>
 #include <powrprof.h>
 
 #include "resource.h"
@@ -34,4 +39,4 @@ INT_PTR CALLBACK AlarmsDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lP
 INT_PTR CALLBACK AdvancedDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
 INT_PTR CALLBACK HibernateDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
 
-/* EOF */
+#endif /* _POWERCFG_H */