mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Predefine _WIN32 for Windows-only parts of API.
This commit is contained in:
parent
6238f2daa1
commit
f8c058e99c
@ -12,7 +12,8 @@ GENERATE_XML = YES
|
||||
XML_OUTPUT = doxyxml
|
||||
ALIASES = "rst=\verbatim embed:rst"
|
||||
ALIASES += "endrst=\endverbatim"
|
||||
PREDEFINED = FMT_USE_VARIADIC_TEMPLATES=1 \
|
||||
PREDEFINED = _WIN32=1 \
|
||||
FMT_USE_VARIADIC_TEMPLATES=1 \
|
||||
FMT_USE_RVALUE_REFERENCES=1
|
||||
EXCLUDE_SYMBOLS = fmt::internal::* VFormat ArgInfo BasicArg CustomValue FormatParser \
|
||||
NullArgAction StringValue ArgAction
|
Loading…
Reference in New Issue
Block a user