Restore the original behavior

FMT_INSTANTIATION_DEF_API follows FMT_API
This commit is contained in:
denchat 2021-04-12 11:53:42 +07:00 committed by GitHub
parent 1bb8044a52
commit c91cb64e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,6 @@
#if !defined(FMT_HEADER_ONLY) && defined(_WIN32) #if !defined(FMT_HEADER_ONLY) && defined(_WIN32)
# define FMT_CLASS_API FMT_MSC_WARNING(suppress : 4275) # define FMT_CLASS_API FMT_MSC_WARNING(suppress : 4275)
# define FMT_INSTANTIATION_DEF_API
# ifdef FMT_EXPORT # ifdef FMT_EXPORT
# define FMT_API __declspec(dllexport) # define FMT_API __declspec(dllexport)
# define FMT_EXTERN_TEMPLATE_API FMT_API # define FMT_EXTERN_TEMPLATE_API FMT_API