From c981be0bca1e37754de77c500b962ec277860013 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 9 Apr 2000 19:54:50 +0000 Subject: - Don't need to extern functions - Use virtual_file_ex() in expand_filepath() --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 6aee80c41f..c1ab278232 100644 --- a/main/php.h +++ b/main/php.h @@ -285,10 +285,10 @@ PHPAPI int cfg_get_string(char *varname, char **result); #define PUTC_H(c) (php_header_write(&(c), 1), (c)) #define VIRTUAL_DIR +#include "php_virtual_cwd.h" /* Virtual current directory support */ #ifdef VIRTUAL_DIR -#include "php_virtual_cwd.h" #define PHP_GETCWD(buff, size) virtual_getcwd(buff,size) #define PHP_FOPEN(path, mode) virtual_fopen(path, mode) #define PHP_CHDIR(path) virtual_chdir(path) -- cgit v1.2.1