On Thu, 26 Oct 2006, Detlef Riekenberg wrote: [...]
What do you think about adding something like that?
#ifndef A_CONST_FROM_THE_NEWEST_HEADER #error To build this code, an updated SDK from MS is needed. #endif
If we put it only in the tests that really need the latest headers, and we can test for exactly what we need, then we could do something like that. Another alternative would be to use the #ifndef to disable the relevant sections of code.
But I'm not sure it's worth it.