Sync with trunk for console graphics palettes.
[reactos.git] / dll / shellext / deskmon / precomp.h
1 #ifndef __PRECOMP__H
2 #define __PRECOMP__H
3
4 #define COBJMACROS
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8 #include <stdarg.h>
9 #include <windef.h>
10 #include <winbase.h>
11 #include <wingdi.h>
12 #include <wincon.h>
13 #include <tchar.h>
14 #include <shlobj.h>
15 #include <dll/desk/deskcplx.h>
16 #include "deskmon.h"
17 #include "resource.h"
18
19 #endif /* __PRECOMP__H */