From 87d8e44c2687cc202d48ee3d243c17aac4c70892 Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Tue, 7 Nov 2000 21:13:26 +0000 Subject: win32 sapi symbol export fixes --- main/php_open_temporary_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_open_temporary_file.c') diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c index 68d4edcde2..64f9cd8c9b 100644 --- a/main/php_open_temporary_file.c +++ b/main/php_open_temporary_file.c @@ -139,7 +139,7 @@ static FILE *php_do_open_temporary_file(char *path, const char *pfx, char **open * This function should do its best to return a file pointer to a newly created * unique file, on every platform. */ -FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p) +PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p) { static char path_tmp[] = "/tmp"; FILE *fp; -- cgit v1.2.1