diff --git a/include/fmt/format.h b/include/fmt/format.h index aec91fae..ab20887b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -922,7 +922,7 @@ struct is_contiguous> : std::true_type { namespace detail { #ifdef _WIN32 -bool write_console_on_windows(std::FILE* f, string_view text); +FMT_API bool write_console_on_windows(std::FILE* f, string_view text); #endif FMT_API void print(std::FILE*, string_view); }