From f588c29f9a25c6a10b04edce7ce98432daad327b Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 25 Sep 2015 11:37:43 +0200 Subject: [PATCH] fix macro name --- win32/ftok.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win32/ftok.h b/win32/ftok.h index 373c9949fa..ccae6e511a 100644 --- a/win32/ftok.h +++ b/win32/ftok.h @@ -16,12 +16,12 @@ +----------------------------------------------------------------------+ */ -#ifndef PHP_WIN32_GLOB_H -#define PHP_WIN32_GLOB_H 1 +#ifndef PHP_WIN32_IPC_H +#define PHP_WIN32_IPC_H 1 typedef int key_t; key_t ftok(const char *path, int id); -#endif /* PHP_WIN32_GLOB_H */ +#endif /* PHP_WIN32_IPC_H */ -- 2.50.1