The commit introducing support for MSVC's size-based specifiers, resolving issue #51, has a bug: We define SUPPORT_MSVC_STYLE_INTEGER_SPECIFIERS to either 0 or 1, but we check it with #ifdef instead of #if. This means that if one is building using the generated printf_config.h - support is always enabled.