This commit is contained in:
gabime
2016-07-22 20:19:26 +03:00
parent eff486dbae
commit 43a4048b92
7 changed files with 3292 additions and 2580 deletions

View File

@@ -8,21 +8,21 @@
//
// Include a bundled header-only copy of fmtlib or an external one.
// By default spdlog include its own copy.
//
//
#if !defined(SPDLOG_FMT_EXTERNAL)
#if !defined(SPDLOG_FMT_EXTERNAL)
#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY
#endif
#ifndef FMT_USE_WINDOWS_H
#ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0
#endif
#endif
#include <spdlog/fmt/bundled/format.h>
#else //external fmtlib
#include <fmt/format.h>
#endif
#endif