diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 216ec072a0..b11aca0fa4 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -32,7 +32,6 @@ // Expands all unprintable characters to ^X or \nnn notation // Aligns them against the inside of the box. -#define min(a,b) ((a)<(b)?(a):(b)) #include #include @@ -40,6 +39,8 @@ #include #include +#undef min +#define min(a,b) ((a)<(b)?(a):(b)) #define MAXBUF 1024 char fl_draw_shortcut; // set by fl_labeltypes.cxx