From: Anatol Belski Date: Fri, 25 Sep 2015 09:37:43 +0000 (+0200) Subject: fix macro name X-Git-Tag: php-7.1.0alpha1~989 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f588c29f9a25c6a10b04edce7ce98432daad327b;p=php fix macro name --- 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 */