blob: 3a8a15d38beade01a234813d8a7d7ea5f61acb88 [file] [log] [blame]
// A macro word in a #error should not matter, that is just a coincidence.
#error PLATFORM
// There are references to a OS2, but that is not the OS() macro.
#if defined(__OS2__) || defined(OS2)
#endif