Re: rpcrt4: Dynamically load iphlpapi

2008-08-11 Thread Rob Shearman
2008/8/10 Juan Lang <[EMAIL PROTECTED]>: >> Why manually load iphlpapi here instead of using the automatic delayed >> import mechanism like you used for ws2_32? I assume it was because you >> reasoned that a hard dependency was unnecessary because the code has a >> fallback path, but I think you ne

Re: rpcrt4: Dynamically load iphlpapi

2008-08-10 Thread Juan Lang
> Why manually load iphlpapi here instead of using the automatic delayed > import mechanism like you used for ws2_32? I assume it was because you > reasoned that a hard dependency was unnecessary because the code has a > fallback path, but I think you needed to make this clear in the > changelog.

Re: rpcrt4: Dynamically load iphlpapi

2008-08-10 Thread Rob Shearman
2008/8/5 Juan Lang <[EMAIL PROTECTED]>: > This has a similar motivation to the last patch I sent. In rpcrt4's > case, iphlpapi is needed at most once per process, so dynamically load > it rather than keeping it around all the time. > @@ -304,18 +304,23 @@ #define ADDRESS_BYTES_NEEDED 6 > > stati