1// A macro word in a #error should not matter, that is just a coincidence.
2#error PLATFORM
3
4// There are references to a OS2, but that is not the OS() macro.
5#if defined(__OS2__) || defined(OS2)
6#endif
7