Skip to content

Commit

Permalink
missed an ifdef
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Devlin <[email protected]>
  • Loading branch information
JoeNemo committed Feb 23, 2022
1 parent fa76299 commit e4d864b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickjs-libc.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
#include <signal.h>
#include <limits.h>

#ifdef _MSC_VER /* JOENemo */
#define PATH_MAX 256 /* JOENemo, shouldn't this be in limits ? */
#endif

#include <sys/stat.h>
#ifdef _MSC_VER /* JOE */
Expand Down

0 comments on commit e4d864b

Please sign in to comment.