Go to the documentation of this file.
11 #ifndef MGX_FEATURES_H
12 #define MGX_FEATURES_H
19 # define __GNUC_PREREQ(x, y) __MINGW_GNUC_PREREQ(x, y)
21 # include <features.h>
23 # define __GNUC_LESS(x, y) (!__GNUC_PREREQ(x, y))
27 #define __GNUC_LESS(x, y) 0