include: Only include winuser.h in oleidl.idl as a replacement for windows.h when compiling the Wine source.

Jacek Caban jacek at codeweavers.com
Wed Dec 28 09:59:03 CST 2011


Hi Francois,

On 12/28/11 10:39, Francois Gouget wrote:
> -cpp_quote("#include<winuser.h>")
> +cpp_quote("#ifdef __WINESRC__")
> +cpp_quote("# include<winuser.h>")
> +cpp_quote("#endif")
>
>   /*****************************************************************************
>    * IOleTypes interface

How about entirely removing that include? We can always include it in C 
files that need it.

Jacek



More information about the wine-devel mailing list