#include int main() { std::cout << #if defined(VISTA) "VISTA" #elif defined(XP) "XP" #else "NOTHING" #endif << '\n'; return 0; }