mpr: Make sure Winelib applications don't accidentally use Wine-only prototypes.

Francois Gouget fgouget at free.fr
Tue Jun 10 10:56:28 CDT 2008


---

These APIs are not declared in the PSDK but because they are used in two 
different dlls they are allowed to remain in Wine's winnetwk.h. However 
we don't want Winelib application to see them:
  * for instance if a conformance test used them it would no longer 
compile on Windows with the Microsoft PSDK
  * conversely it would cause Winelib porting problems (duplicate 
declaration) for applications that have their own prototypes for these, 
due to them being missing in the Microsoft headers.

  include/winnetwk.h |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 068004664b7e9ae7ba6bb28d1ad9e9dc25413554.diff
Type: text/x-patch
Size: 685 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080610/de3782a8/attachment.bin 


More information about the wine-patches mailing list