
4 Apr
2005
4 Apr
'05
9:22 p.m.
Gennadiy Rozental wrote:
I guess you mean
#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0400 etc.
Actually if _WIN32_WINNT < 0x0400 it's different situation. I should probably just disable unsuported logic.
But you will get the same result (missing "IsDebuggerPresent") if someone defines the macro to a lower value as if he doesn't define it at all!
And don't forget the jamfiles ;-)
Sorry.Maybe it's long day at work, but I did not get the joke. Could you clarify.
Was no joke. You must define _WIN32_WINNT globally in the jamfiles as well. Just printing an error won't help for the tests! Stefan