diff options
Diffstat (limited to 'TSRM/tsrm_virtual_cwd.h')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h index 0a882c364c..eee3ad0480 100644 --- a/TSRM/tsrm_virtual_cwd.h +++ b/TSRM/tsrm_virtual_cwd.h @@ -22,15 +22,7 @@ #ifndef VIRTUAL_CWD_H #define VIRTUAL_CWD_H -#ifdef WIN32 -# define TSRM_WIN32 -#endif - -#ifndef TSRM_WIN32 -# include "tsrm_config.h" -#else -# include "tsrm_config.w32.h" -#endif +#include "tsrm_config_common.h" #include <sys/types.h> #include <sys/stat.h> |