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/debug.h> 21 22 #include "inetcomm_private.h" 23 24 #endif /* !_INETCOMM_PRECOMP_H_ */ 25