We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf52e2 commit 0d05cadCopy full SHA for 0d05cad
1 file changed
ports/windows/windows_mphal.c
@@ -29,6 +29,20 @@
29
#include "py/mphal.h"
30
#include "py/mpthread.h"
31
32
+
33
+#ifdef _MSC_VER
34
+#include "py/nlr.h"
35
+#if MICROPY_NLR_X86
36
+#error "MICROPY_NLR_X86"
37
+#endif
38
39
+#if MICROPY_NLR_SETJMP
40
+#error "MICROPY_NLR_SETJMP"
41
42
+#else
43
+#error "!MSC_VER"
44
45
46
#include <sys/time.h>
47
#include <windows.h>
48
#include <unistd.h>
0 commit comments