On 24.09.2010, at 14:32, Yuri wrote: > we can remove all #if's for win32 code and left ONLY ONE macro in > fl_ask.H > ------------ > # if __GNUC__< 3 > # define __deprecated__ > # endif // __GNUC__< 3 > ------------
If I understand you correctly, you mean that we should keep this macro? This would only be used for gcc 2.x, but if we drop gcc 2.x support (i.e. we require at least 3.x), then we don't need this any more. Note that there is "# ifdef __GNUC__" two lines above this. Could you explain, why we should keep it? Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
