04946eedd382081f84292902c24edb8b0cc0d008
[reactos.git] / dll / win32 / inetcomm / precomp.h
1
2 #ifndef _INETCOMM_PRECOMP_H_
3 #define _INETCOMM_PRECOMP_H_
4
5 #include <stdio.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10
11 #define COBJMACROS
12 #define NONAMELESSUNION
13
14 #include <windef.h>
15 #include <winbase.h>
16 #include <ole2.h>
17 #include <mimeole.h>
18
19 #include <wine/list.h>
20 #include <wine/unicode.h>
21 #include <wine/debug.h>
22
23 #include "inetcomm_private.h"
24
25 #endif /* !_INETCOMM_PRECOMP_H_ */