From 62cd02c5a7e0f677306f89c3cdb1048dc7cfe85c Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Fri, 30 Jul 2004 22:49:02 +0000 Subject: [PATCH] Adding missing PHPAPI for non ZTS builds --- ext/standard/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1