diff options
Diffstat (limited to 'ext/oracle')
| -rw-r--r-- | ext/oracle/oracle.c | 2 | ||||
| -rw-r--r-- | ext/oracle/php_oracle.h (renamed from ext/oracle/php3_oracle.h) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 807d1d771f..33e3715d80 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -35,7 +35,7 @@ #if HAVE_ORACLE -#include "php3_oracle.h" +#include "php_oracle.h" #define HASH_DTOR (int (*)(void *)) #ifdef WIN32 diff --git a/ext/oracle/php3_oracle.h b/ext/oracle/php_oracle.h index 7cf7074435..5ca0918380 100644 --- a/ext/oracle/php3_oracle.h +++ b/ext/oracle/php_oracle.h @@ -2,8 +2,8 @@ /* synced with oracle.h,v 1.40 1999/06/01 08:11:04 thies Exp $ */ -#ifndef _PHP3_ORACLE_H -#define _PHP3_ORACLE_H +#ifndef _PHP_ORACLE_H +#define _PHP_ORACLE_H #if HAVE_ORACLE @@ -134,7 +134,7 @@ typedef struct { #endif /* HAVE_ORACLE */ -#endif /* _PHP3_ORACLE_H */ +#endif /* _PHP_ORACLE_H */ /* * Local Variables: |
