]> granicus.if.org Git - php/commitdiff
Killed some compile warnings.
authorfoobar <sniper@php.net>
Mon, 28 May 2001 00:16:28 +0000 (00:16 +0000)
committerfoobar <sniper@php.net>
Mon, 28 May 2001 00:16:28 +0000 (00:16 +0000)
ext/oci8/php_oci8.h

index ce84d1f22827db7b89fa7ac85b3fe118352c579f..a9f59db5563972bbb73a2149cd39dda1c85c33d8 100644 (file)
 #define PHP_OCI_API
 #endif                                   
 
+#if defined(min)
+#undef min
+#endif
+#if defined(max)
+#undef max
+#endif
+
 #include <oci.h>
 
 typedef struct {