root/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/Pass.h

/* [<][>][^][v][top][bottom][index][help] */
// 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

/* [<][>][^][v][top][bottom][index][help] */