mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:10:06 +00:00
fixed __clange__ spelling mistake
This commit is contained in:
parent
d48baab44c
commit
c5d004aa48
12 changed files with 12 additions and 12 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <fmt/chrono.h>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
#if !(defined(_MSC_VER) || defined(__clang__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#include <fmt/chrono.h>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
#if !(defined(_MSC_VER) || defined(__clang__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include <libxml/HTMLparser.h>
|
||||
#include <re2/re2.h>
|
||||
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
#if !(defined(_MSC_VER) || defined(__clang__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue