- or download this
1222: pwbuffer = PerlDir_mapW(wbuffer);
...
1228: path = PerlDir_mapA(path);
- or download this
#ifdef WIN32
#define PerlDir_mapA(dir) dir
#define PerlDir_mapW(dir) dir
#endif
- or download this
#ifdef WIN32
#define PerlDir_mapA(dir) \
...
#define PerlDir_mapW(dir) \
(*PL_Dir->pMapPathW)(PL_Dir, (dir))
#endif