We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f588c29 commit c3dd605Copy full SHA for c3dd605
ext/standard/ftok.c
@@ -27,7 +27,7 @@
27
#endif
28
29
#ifdef PHP_WIN32
30
-#include "win32/ftok.h"
+#include "win32/ipc.h"
31
32
33
#if HAVE_FTOK
win32/ftok.c
@@ -16,7 +16,7 @@
16
+----------------------------------------------------------------------+
17
*/
18
19
-#include "ftok.h"
+#include "ipc.h"
20
21
#include <windows.h>
22
#include <sys/stat.h>
win32/ftok.h renamed to win32/ipc.h
0 commit comments