#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