Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / dll / shellext / deskadp / precomp.h
diff --git a/dll/shellext/deskadp/precomp.h b/dll/shellext/deskadp/precomp.h
new file mode 100644 (file)
index 0000000..4c46de7
--- /dev/null
@@ -0,0 +1,21 @@
+#ifndef __PRECOMP__H
+#define __PRECOMP__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 <wingdi.h>
+#include <wincon.h>
+#include <shlobj.h>
+#include <dll/desk/deskcplx.h>
+
+#include "deskadp.h"
+
+#endif /* __PRECOMP__H */