Fix build error.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2020-07-05 19:09:16 +08:00
parent b35dcc34b9
commit 3c227fa383
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ bool isWin10OrGreator(const int ver)
#else
#define WNEF_RESOLVE_ERROR(funcName, errMsg) \
if (!m_lp##funcName) { \
qCritical().noquote() << "Failed to resolve symbol" << funcName << ':' << errMsg; \
qCritical().noquote() << "Failed to resolve symbol" << #funcName << ':' << errMsg; \
}
#endif
#endif