replace misspelled if !define() with ifndef
This commit is contained in:
parent
7d0dd76603
commit
c3d87c5a66
@ -199,7 +199,7 @@
|
||||
# define FMT_EXTERN_TEMPLATE_API
|
||||
#endif
|
||||
|
||||
#if !define(FMT_HEADER_ONLY)
|
||||
#ifndef FMT_HEADER_ONLY
|
||||
# define FMT_EXTERN extern
|
||||
#else
|
||||
# define FMT_EXTERN
|
||||
|
||||
Loading…
Reference in New Issue
Block a user