30Fermer32
Kevin KoflerLe 20/02/2004 à 19:00
Personnellement, je suis plutôt pour:
#ifndef __GNUC__
#error crappy compiler
#ifdef _WIN32 /* GRRR, FUCKING M$VC WHICH DOESN'T UNDERSTAND __WIN32__ !!! */
#warning Get an intelligent compiler at <http://www.mingw.org>.
#else
#warning Get an intelligent compiler at <http://gcc.gnu.org>.
#endif
#endif