Thanks to visit codestin.com Credit goes to github.com
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 91f9bdd commit 43b2639Copy full SHA for 43b2639
1 file changed
Modules/_ctypes/callproc.c
@@ -70,6 +70,7 @@
70
71
#include <ffi.h>
72
#include "ctypes.h"
73
+#include <alloca.h>
74
75
#if defined(_DEBUG) || defined(__MINGW32__)
76
/* Don't use structured exception handling on Windows if this is defined.
0 commit comments