#ifdef __DMC__ #include "error_dmc.h" #endif #ifdef __GNUC__ #include "error_gnuc.h" #endif #ifdef _MSC_VER #include "error_msc.h" #endif #ifdef __WATCOMC__ #include "error_watcomc.h" #endif