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 e9a0939 commit 3fc018dCopy full SHA for 3fc018d
Zend/zend_alloc.c
@@ -71,6 +71,8 @@
71
# include <wincrypt.h>
72
# include <process.h>
73
# include "win32/winutil.h"
74
+# define getpid _getpid
75
+typedef int pid_t;
76
#endif
77
78
#include <stdio.h>
0 commit comments