diff --git a/src/gd_xbm.c b/src/gd_xbm.c index cf0545e..6fd64d0 100644 --- a/src/gd_xbm.c +++ b/src/gd_xbm.c @@ -18,10 +18,6 @@ #include "gd_errors.h" #include "gdhelpers.h" -#ifdef _MSC_VER -# define strcasecmp _stricmp -#endif - #define MAX_XBM_LINE_SIZE 255