oleidl.idl must include windows.h and ole2.h if COM_NO_WINDOWS_H is not defined.

Alexandre Julliard julliard at winehq.org
Wed Oct 18 07:29:13 CDT 2006


Francois Gouget <fgouget at free.fr> writes:

>  2) Or modify these sections so they read:
>
>     #if !defined(COM_NO_WINDOWS_H) && !defined(__WINESRC__)
>     # include <windows.h>
>     # include <ole2.h>
>     #endif

I think we want that, otherwise we'll end up having to add
COM_NO_WINDOWS_H to pretty much every single source file.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list