- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / applications / rapps / rapps.h
index b56c65d..dd216ce 100644 (file)
@@ -1,10 +1,18 @@
-#include <windows.h>
-#include <commctrl.h>
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+#include <stdarg.h>
+#include <windef.h>
+#include <winbase.h>
+#include <winreg.h>
+#include <wingdi.h>
+#include <winnls.h>
+#include <winuser.h>
 #include <richedit.h>
+#include <shellapi.h>
 #include <shlwapi.h>
 #include <shlobj.h>
-#include <wchar.h>
-#include <urlmon.h>
+#include <stdio.h>
 
 #include <rappsmsg.h>