diff options
Diffstat (limited to 'ext/rpc/com/php_com.h')
-rw-r--r-- | ext/rpc/com/php_com.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/rpc/com/php_com.h b/ext/rpc/com/php_com.h index 64d9c16548..addb22e7a3 100644 --- a/ext/rpc/com/php_com.h +++ b/ext/rpc/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 */ |