Re: MPR: remove netspi.h

2005-01-17 Thread Mike McCormack
Juan Lang wrote: For what reason, for documentation? Several of its declarations conflict with those in npapi.h, so it's potentially problematic. If it's not part of the PSDK, winelib users shouldn't need it to compile, or should expect to have to install the DDK if they need the prototypes, yes?

Re: MPR: remove netspi.h

2005-01-17 Thread Juan Lang
> I think it's probably better to move this file into dlls/mpr rather than > delete it altogether. Apparently it did exist in the Windows 98 DDK. For what reason, for documentation? Several of its declarations conflict with those in npapi.h, so it's potentially problematic. If it's not part of

Re: MPR: remove netspi.h

2005-01-17 Thread Mike McCormack
Juan Lang wrote: ChangeLog: remove netspi.h, it had conflicting definitions with npapi.h and doesn't exist in the PSDK. Spotted by Paul Vriens. I think it's probably better to move this file into dlls/mpr rather than delete it altogether. Apparently it did exist in the Windows 98 DDK. Mike