diff options
Diffstat (limited to 'ext/com/php_COM.h')
-rw-r--r-- | ext/com/php_COM.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/com/php_COM.h b/ext/com/php_COM.h index 64d9c16548..addb22e7a3 100644 --- a/ext/com/php_COM.h +++ b/ext/com/php_COM.h @@ -1,5 +1,5 @@ -#ifndef _PHP_COM_H -#define _PHP_COM_H +#ifndef PHP_COM_H +#define PHP_COM_H #if WIN32|WINNT @@ -21,4 +21,4 @@ extern zend_module_entry COM_module_entry; #define phpext_COM_ptr COM_module_ptr -#endif /* _PHP_COM_H */ +#endif /* PHP_COM_H */ |