[PHP-DEV] cvs: /php3/functions oci8.c From: Jim Winstead (jimw <email protected>)
Date: 08/28/99

jim Sat Aug 28 20:56:52 1999 EDT

  Modified files:
    /php3/functions oci8.c
  Log:
  Fix Windows compile.
  
  
Index: php3/functions/oci8.c
diff -u php3/functions/oci8.c:1.120 php3/functions/oci8.c:1.121
--- php3/functions/oci8.c:1.120 Thu Aug 19 03:31:00 1999
+++ php3/functions/oci8.c Sat Aug 28 20:56:52 1999
@@ -33,7 +33,7 @@
 
 #define OCI8_USE_EMALLOC 0 /* set this to 1 if you want to use the php memory manager! */
 
-/* $Id: oci8.c,v 1.120 1999/08/19 07:31:00 thies Exp $ */
+/* $Id: oci8.c,v 1.121 1999/08/29 00:56:52 jim Exp $ */
 
 /* TODO list:
  *
@@ -101,6 +101,8 @@
 
 #if !(WIN32|WINNT)
 # include "build-defs.h"
+#else
+# define O_RDONLY _O_RDONLY
 #endif
 #include "snprintf.h"
 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>