Re: Multiple #defines in WinError.h



On Jul 27, 2:27 pm, jon <jon_...@xxxxxxx> wrote:
I am binding into the Win32 API from another language. I can't link
with the header files, but must make my own definition modules. I'm
using the MSVS.NET\Vc7\PlatformSDK\Include\WinError.h file to obtain
some values for
HRESULT definitions. I see two separate definitions for E_INVALIDARG
.......... stuff deleted ...
--
jondr

OK, I see the #else there. Thanks to two quick answers, it has been
shown that my eyesight is going this Friday afternoon. The #else is
just before the definition of E_NOTIMPL.

Whew! I though I was going crazy, now I know I'm just vision impaired.

Thanks.



.