[RAPPS]
[reactos.git] / reactos / base / applications / rapps / rapps.h
index 261813a..28744f8 100644 (file)
@@ -1,10 +1,20 @@
-#include <windows.h>
-#include <commctrl.h>
+#include <stdarg.h>
+
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+#define COBJMACROS
+
+#include <windef.h>
+#include <winbase.h>
+#include <winreg.h>
+#include <wingdi.h>
+#include <winnls.h>
+#include <winuser.h>
+#include <wincon.h>
 #include <richedit.h>
-#include <shlwapi.h>
 #include <shlobj.h>
-#include <wchar.h>
-#include <urlmon.h>
+#include <stdio.h>
 
 #include <rappsmsg.h>
 
@@ -115,7 +125,7 @@ extern HINSTANCE hInst;
 extern INT SelectedEnumType;
 extern SETTINGS_INFO SettingsInfo;
 VOID SaveSettings(HWND hwnd);
-VOID FillDafaultSettings(PSETTINGS_INFO pSettingsInfo);
+VOID FillDefaultSettings(PSETTINGS_INFO pSettingsInfo);
 
 /* listview.c */
 extern HWND hListView;