From: Frank M. Kromann Date: Fri, 30 Jul 2004 22:49:02 +0000 (+0000) Subject: Adding missing PHPAPI for non ZTS builds X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62cd02c5a7e0f677306f89c3cdb1048dc7cfe85c;p=php Adding missing PHPAPI for non ZTS builds --- diff --git a/ext/standard/file.h b/ext/standard/file.h index e5c23e6a24..dfcf79561c 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -122,7 +122,7 @@ typedef struct { 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