taospack compatible windows os
This commit is contained in:
parent
9b720e072a
commit
197748bb2d
|
@ -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 @@
|
||||||
|
|
||||||
#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);
|
||||||
|
|
Loading…
Reference in New Issue