Fix building as DLL on Windows
This commit is contained in:
parent
4230d7481e
commit
7a94e60988
@ -922,7 +922,7 @@ struct is_contiguous<basic_memory_buffer<T, SIZE, Allocator>> : 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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user