edink           Mon Nov 18 09:33:35 2002 EDT

  Modified files:              
    /php4/ext/xml/expat expat.h 
  Log:
  Really nuke win32 linking warnings.
  
  
Index: php4/ext/xml/expat/expat.h
diff -u php4/ext/xml/expat/expat.h:1.5 php4/ext/xml/expat/expat.h:1.6
--- php4/ext/xml/expat/expat.h:1.5      Mon Nov 18 08:17:14 2002
+++ php4/ext/xml/expat/expat.h  Mon Nov 18 09:33:34 2002
@@ -19,7 +19,7 @@
 
 #ifndef XMLPARSEAPI
 #if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__)
-#ifdef _STATIC
+#ifdef PHP_EXPORTS 
 #define XMLPARSEAPI(type) type __cdecl
 #else
 #define XMLPARSEAPI(type) __declspec(dllimport) type __cdecl



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to