Fix build error.
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
b35dcc34b9
commit
3c227fa383
|
@ -147,7 +147,7 @@ bool isWin10OrGreator(const int ver)
|
||||||
#else
|
#else
|
||||||
#define WNEF_RESOLVE_ERROR(funcName, errMsg) \
|
#define WNEF_RESOLVE_ERROR(funcName, errMsg) \
|
||||||
if (!m_lp##funcName) { \
|
if (!m_lp##funcName) { \
|
||||||
qCritical().noquote() << "Failed to resolve symbol" << funcName << ':' << errMsg; \
|
qCritical().noquote() << "Failed to resolve symbol" << #funcName << ':' << errMsg; \
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue