Update source & build files for windows

Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
Signed-off-by: SeongHyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
SeongHyun Kim 2021-10-21 15:27:21 +09:00 committed by Hyukwoo Park
commit 110359e4db
25 changed files with 598 additions and 318 deletions

View file

@ -24,8 +24,13 @@
#include <sstream>
#include <sys/timeb.h>
#if defined(_MSC_VER)
#include <stdlib.h>
#define realpath(N, R) _fullpath((R), (N), _MAX_PATH)
#else
#include <sys/time.h>
#include <unistd.h>
#endif
#include "api/EscargotPublic.h"
#include "malloc.h"