replace misspelled if !define() with ifndef

This commit is contained in:
denchat 2019-05-02 14:17:15 +07:00 committed by GitHub
parent 7d0dd76603
commit c3d87c5a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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