diff --git a/windows/config.h b/windows/config.h index 254a7920..0936f639 100644 --- a/windows/config.h +++ b/windows/config.h @@ -216,6 +216,8 @@ code using `volatile' can become incorrect without. Disable with care. */ #undef volatile +/* Include compiler-specific defines. */ +#include "config-compiler.h" #include "config-post.h"