Skip to content

Commit fd5f6f3

Browse files
committed
dirent
1 parent d308f02 commit fd5f6f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

amalgam.js

+2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ let source = "#if defined(QJS_BUILD_LIBC) && defined(__linux__) && !defined(_GNU
3737
+ libregexp_c
3838
+ libunicode_c
3939
+ "#ifdef QJS_BUILD_LIBC\n"
40+
+ "#ifdef _MSC_VER\n"
4041
+ dirent_compat_h
42+
+ "#endif\n"
4143
+ quickjs_libc_h
4244
+ quickjs_libc_c
4345
+ "#endif // QJS_BUILD_LIBC\n"

0 commit comments

Comments
 (0)