提交 7db27677 编写于 作者: A Alex Duan

fix(shell): fixed windows build error

上级 834c3e66
......@@ -217,10 +217,12 @@ int32_t shellRunCommand(TAOS* con, char* command) {
}
// add help or help;
#ifndef WINDOWS
if (strcmp(command, "help") == 0 || strcmp(command, "help;") == 0) {
showHelp();
return 0;
}
#endif
/* Update the history vector. */
if (history.hstart == history.hend ||
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册