diff options
author | Thies C. Arntzen <thies@php.net> | 2000-04-21 15:04:41 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-04-21 15:04:41 +0000 |
commit | 5132321c3ee66e0864bc92860c0cf9690bf7a71f (patch) | |
tree | 95007a4414b9569a705b2cfe8c33e2bc8112f458 /ext/oracle/php_oracle.h | |
parent | 0e2ac7d9920687482e76fa457295c3e1dc759179 (diff) | |
download | php-git-5132321c3ee66e0864bc92860c0cf9690bf7a71f.tar.gz |
oracle compiles now on win32 - untested!
Diffstat (limited to 'ext/oracle/php_oracle.h')
-rw-r--r-- | ext/oracle/php_oracle.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/oracle/php_oracle.h b/ext/oracle/php_oracle.h index b22705375e..4e183d2008 100644 --- a/ext/oracle/php_oracle.h +++ b/ext/oracle/php_oracle.h @@ -21,9 +21,7 @@ #include "oratypes.h" #include "ocidfn.h" -#ifdef __STDC__ #include "ociapr.h" -#endif extern zend_module_entry oracle_module_entry; #define phpext_oracle_ptr &oracle_module_entry |