提交 197748bb 编写于 作者: T tickduan

taospack compatible windows os

上级 9b720e07
...@@ -15,9 +15,11 @@ ...@@ -15,9 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <iconv.h> //#include <iconv.h>
#include <sys/stat.h> #include <stdio.h>
#include <sys/syscall.h> #include <stdlib.h>
//#include <sys/stat.h>
//#include <sys/syscall.h>
#include "os.h" #include "os.h"
#include "tscompression.h" #include "tscompression.h"
...@@ -25,8 +27,6 @@ ...@@ -25,8 +27,6 @@
#define FT_CNT 8 #define FT_CNT 8
#include <stdio.h>
#include <stdlib.h>
void cost_start(); void cost_start();
double cost_end(const char* tag); double cost_end(const char* tag);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册