Francois wrote:
> So I would say the correct values are the ones in npapi.h and that
> netspi.h should be moved to dlls/mpr which is the only place where it is
> used. But this needs a bit more investigation.
I agree. I would conjecture that netspi.h is old, and the declarations in
it have been
On Thu, 13 Jan 2005, Paul Vriens wrote:
Hi,
just found the following:
[EMAIL PROTECTED] include]$ grep -e NOTIFY_PRE -e NOTIFY_POST *
netspi.h:#define NOTIFY_PRE 0x00
netspi.h:#define NOTIFY_POST 0x01
I don't find netspi.h in the Platform SDK. I also don't find any of the
Hi,
just found the following:
[EMAIL PROTECTED] include]$ grep -e NOTIFY_PRE -e NOTIFY_POST *
netspi.h:#define NOTIFY_PRE 0x00
netspi.h:#define NOTIFY_POST 0x01
npapi.h:#define NOTIFY_PRE 0x0001
npapi.h:#define NOTIFY_POST 0x0002
this doesn't look right although