xref: /reactos/dll/shellext/deskmon/precomp.h (revision c2c66aff)
1 #ifndef __PRECOMP__H
2 #define __PRECOMP__H
3 
4 #include <stdarg.h>
5 
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9 
10 #define COBJMACROS
11 
12 #include <windef.h>
13 #include <winbase.h>
14 #include <wingdi.h>
15 #include <wincon.h>
16 #include <shlobj.h>
17 #include <dll/desk/deskcplx.h>
18 
19 #include "deskmon.h"
20 
21 #endif /* __PRECOMP__H */
22