Commit 123e7f7f authored by Victor Zverovich's avatar Victor Zverovich

Revert #1433 because of build failures (#1450)

parent 168460f0
......@@ -166,15 +166,10 @@
#endif
#if !defined(FMT_HEADER_ONLY) && defined(_WIN32)
# if FMT_MSC_VER
# define FMT_NO_W4275 __pragma(warning(suppress : 4275))
# else
# define FMT_NO_W4275
# endif
# ifdef FMT_EXPORT
# define FMT_API FMT_NO_W4275 __declspec(dllexport)
# define FMT_API __declspec(dllexport)
# elif defined(FMT_SHARED)
# define FMT_API FMT_NO_W4275 __declspec(dllimport)
# define FMT_API __declspec(dllimport)
# define FMT_EXTERN_TEMPLATE_API FMT_API
# endif
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment