Fixed VIRTUAL_DIR inconsistency

This commit is contained in:
Dmitry Stogov 2006-09-04 08:18:35 +00:00
parent df23e559b5
commit 9a06a517d6
2 changed files with 6 additions and 4 deletions

View file

@ -37,8 +37,14 @@
#include <stdarg.h>
#endif
#ifdef ZTS
#define VIRTUAL_DIR
#endif
#ifndef TSRM_WIN32
#include <unistd.h>
#else
#include <direct.h>
#endif
#if defined(__osf__) || defined(_AIX)

View file

@ -380,10 +380,6 @@ END_EXTERN_C()
#include "main/php_output.h"
#ifdef ZTS
#define VIRTUAL_DIR
#endif
#include "php_streams.h"
#include "php_memory_streams.h"
#include "fopen_wrappers.h"