mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
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:
parent
eeb15679c5
commit
110359e4db
25 changed files with 598 additions and 318 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue