diff options
Diffstat (limited to 'TSRM/tsrm_virtual_cwd.h')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h index b92f0f2875..33476e5ce3 100644 --- a/TSRM/tsrm_virtual_cwd.h +++ b/TSRM/tsrm_virtual_cwd.h @@ -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) |