We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69c7e2 commit 2a337c4Copy full SHA for 2a337c4
1 file changed
core/shared/platform/include/platform_wasi_types.h
@@ -29,6 +29,9 @@
29
#endif /* _Alignof */
30
31
extern "C" {
32
+#elif defined(_MSC_VER) && !_CRT_HAS_C11
33
+#define _Static_assert static_assert
34
+#define _Alignof __alignof
35
#endif
36
37
/* There is no need to check the WASI layout if we're using uvwasi or libc-wasi
0 commit comments