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

2011-12-29 Thread Alexandre Julliard
Francois Gouget fgou...@free.fr writes: Substituting an alternative header for windows.h is an approach that is used in a few other places, specifically in dshow.h, msctf.h, pdh.h, rpc.h, snmp.h and winsock.h. So I think it's ok to follow the pattern here, it should just be a bit clearer.

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

2011-12-28 Thread Jacek Caban
Hi Francois, On 12/28/11 10:39, Francois Gouget wrote: -cpp_quote(#includewinuser.h) +cpp_quote(#ifdef __WINESRC__) +cpp_quote(# includewinuser.h) +cpp_quote(#endif) /* * IOleTypes interface How about entirely

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

2011-12-28 Thread Francois Gouget
On Wed, 28 Dec 2011, Jacek Caban wrote: Hi Francois, On 12/28/11 10:39, Francois Gouget wrote: -cpp_quote(#includewinuser.h) +cpp_quote(#ifdef __WINESRC__) +cpp_quote(# includewinuser.h) +cpp_quote(#endif)