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 6914430 commit bf53851Copy full SHA for bf53851
Modules/_ctypes/ctypes.h
@@ -20,7 +20,7 @@
20
*/
21
#ifndef CTYPES_MAX_ARGCOUNT
22
#ifdef __EMSCRIPTEN__
23
- #define CTYPES_MAX_ARGCOUNT 122
+ #define CTYPES_MAX_ARGCOUNT 1000
24
#else
25
#define CTYPES_MAX_ARGCOUNT 1024
26
#endif
0 commit comments