fix: compile error in windows
This commit is contained in:
parent
1d34b7edf8
commit
a3c1d3e1ba
|
@ -66,8 +66,7 @@ void taosResetTerminalMode();
|
||||||
{ \
|
{ \
|
||||||
taosPrintLog(flags, level, dflag, \
|
taosPrintLog(flags, level, dflag, \
|
||||||
"backtrace not implemented on windows, so detailed stack information cannot be printed"); \
|
"backtrace not implemented on windows, so detailed stack information cannot be printed"); \
|
||||||
\ \
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue