fmk Fri Jul 30 18:49:03 2004 EDT
Modified files:
/php-src/ext/standard file.h
Log:
Adding missing PHPAPI for non ZTS builds
http://cvs.php.net/diff.php/php-src/ext/standard/file.h?r1=1.90&r2=1.91&ty=u
Index: php-src/ext/standard/file.h
diff -u php-src/ext/standard/file.h:1.90 php-src/ext/standard/file.h:1.91
--- php-src/ext/standard/file.h:1.90 Mon Jun 21 17:08:05 2004
+++ php-src/ext/standard/file.h Fri Jul 30 18:49:02 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: file.h,v 1.90 2004/06/21 21:08:05 pollita Exp $ */
+/* $Id: file.h,v 1.91 2004/07/30 22:49:02 fmk Exp $ */
/* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */
@@ -122,7 +122,7 @@
extern PHPAPI int file_globals_id;
#else
#define FG(v) (file_globals.v)
-extern php_file_globals file_globals;
+extern PHPAPI php_file_globals file_globals;
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php