fix: compile error in windows
This commit is contained in:
parent
1d34b7edf8
commit
a3c1d3e1ba
|
@ -66,7 +66,6 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue