On Tue, 10 Oct 2006, James Hawkins wrote:
[...]
> What is our policy on adding undocumented functions to Wine's public
> headers? My stance is that we, as an alternative implementation of
> the Win32 API, provide another set of Win32 public headers, like
> Microsoft and cygwin/mingw provide as wel
Robert Shearman <[EMAIL PROTECTED]> writes:
> I think we should do this, but protect them with #ifdef __WINESRC__,
> since we may want to use them internally, but we don't want them used
> in things that may be built with the PSDK headers, like tests.
We can do that for things that actually need
James Hawkins wrote:
Hey guys,
What is our policy on adding undocumented functions to Wine's public
headers? My stance is that we, as an alternative implementation of
the Win32 API, provide another set of Win32 public headers, like
Microsoft and cygwin/mingw provide as well. If our headers con
Hey guys,
What is our policy on adding undocumented functions to Wine's public
headers? My stance is that we, as an alternative implementation of
the Win32 API, provide another set of Win32 public headers, like
Microsoft and cygwin/mingw provide as well. If our headers contain
undocumented func