summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeTestGNU.c
blob: 386614a1b2852f011092fd1ad24027b1ecdef071 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __GNUC__
void THIS_IS_GNU();
#endif
#ifdef __MINGW32__
void THIS_IS_MINGW();
#endif
#ifdef __CYGWIN__
void THIS_IS_CYGWIN();
#endif