We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ced01 commit 7ec6c7eCopy full SHA for 7ec6c7e
1 file changed
src/common/portability.h
@@ -15,6 +15,8 @@ static_assert(__STDC_VERSION__ >= 201112L, "C11 support is required to build sha
15
#define SHADY_UNUSED
16
#define LARRAY(T, name, size) T* name = alloca(sizeof(T) * (size))
17
#define alloca _alloca
18
+ #define popen _popen
19
+ #define pclose _pclose
20
#define SHADY_FALLTHROUGH
21
// It's mid 2022, and this typedef is missing from <stdalign.h>
22
// MSVC is not a real C11 compiler.
0 commit comments