Restore the original behavior
FMT_INSTANTIATION_DEF_API follows FMT_API
This commit is contained in:
parent
1bb8044a52
commit
c91cb64e27
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user