We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3907eff commit d532744Copy full SHA for d532744
cutils.c
@@ -28,7 +28,7 @@
28
#include <stdarg.h>
29
#include <string.h>
30
#include <time.h>
31
-#if !defined(_MSC_VER) || __MINGW32__
+#if !defined(_MSC_VER) || !__MINGW32__
32
#include <sys/time.h>
33
#endif
34
quickjs-libc.c
@@ -33,7 +33,7 @@
#include <errno.h>
35
#include <fcntl.h>
36
-#if !defined(_MSC_VER)
37
38
39
quickjs.c
@@ -30,7 +30,7 @@
#include <inttypes.h>
#include <assert.h>
#if defined(_WIN32)
#include <timezoneapi.h>
0 commit comments