Skip to content

Commit f588c29

Browse files
committed
fix macro name
1 parent 2dc0ce2 commit f588c29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

win32/ftok.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
#ifndef PHP_WIN32_GLOB_H
20-
#define PHP_WIN32_GLOB_H 1
19+
#ifndef PHP_WIN32_IPC_H
20+
#define PHP_WIN32_IPC_H 1
2121

2222
typedef int key_t;
2323

2424
key_t ftok(const char *path, int id);
2525

2626

27-
#endif /* PHP_WIN32_GLOB_H */
27+
#endif /* PHP_WIN32_IPC_H */

0 commit comments

Comments
 (0)