* incude/wchar.h (_wsystem) Declare.
(_wputenv) Declare. (_wgetenv): Declare. (_wsearchenv): Declare. (_wmakepath): Declare. (_wsplitpath): Declare. (_wfullpath): Declare. * incude/stdlib.h (_wsystem) Declare. (_wputenv, _wgetenv, _wsearchenv, _wmakepath, _wsplitpath, _wfullpath): Move into _WSTDLIB_DEFINED guard. * include/tchar.h (_tsystem): New UNICODE mapping define.
This commit is contained in:
@ -188,6 +188,7 @@ typedef wchar_t _TCHAR;
|
||||
#define _tgetenv _wgetenv
|
||||
#define _tputenv _wputenv
|
||||
#define _tsearchenv _wsearchenv
|
||||
#define _tsystem _wsystem
|
||||
#define _tmakepath _wmakepath
|
||||
#define _tsplitpath _wsplitpath
|
||||
#define _tfullpath _wfullpath
|
||||
@ -282,6 +283,7 @@ typedef char _TCHAR;
|
||||
#define _tgetenv getenv
|
||||
#define _tputenv _putenv
|
||||
#define _tsearchenv _searchenv
|
||||
#define _tsystem system
|
||||
#define _tmakepath _makepath
|
||||
#define _tsplitpath _splitpath
|
||||
#define _tfullpath _fullpath
|
||||
|
Reference in New Issue
Block a user