]> granicus.if.org Git - php/commitdiff
fix macro name
authorAnatol Belski <ab@php.net>
Fri, 25 Sep 2015 09:37:43 +0000 (11:37 +0200)
committerAnatol Belski <ab@php.net>
Sat, 10 Oct 2015 15:31:26 +0000 (17:31 +0200)
win32/ftok.h

index 373c9949faddd73b7d51cde8b0272427757293d8..ccae6e511a60b28bbdce63269ec6ac33fef38fb6 100644 (file)
    +----------------------------------------------------------------------+
  */
 
-#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 */