CMake/Modules/CMakeTestGNU.c

10 lines
139 B
C
Raw Normal View History

2002-10-23 02:17:07 +04:00
#ifdef __GNUC__
void THIS_IS_GNU();
2002-10-23 02:17:07 +04:00
#endif
#ifdef __MINGW32__
void THIS_IS_MINGW();
#endif
#ifdef __CYGWIN__
void THIS_IS_CYGWIN();
#endif