> An > #ifndef PROCESSOR_ARCHITECTURE_AMD64 > #define PROCESSOR_ARCHITECTURE_AMD64 9 > #endif > might be in order, what do you think? I guess this is better than my solution, which was to leave the code out if the definition was missing. #ifdef PROCESSOR_ARCHITECTURE_AMD64 case PROCESSOR_ARCHITECTURE_AMD64: platform = "amd64"; break; #endif