#ifdef WinAPI int main() { printf("WinAPI\n"); return 0; } #endif