Skip to content

Commit

Permalink
Revert #1433 because of build failures (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 3, 2019
1 parent 168460f commit 123e7f7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 123e7f7

Please sign in to comment.