* include/tchar.h (_tstat64, _tstati64): Add Unicode/ANSI mappings.
This commit is contained in:
parent
ecb313ccee
commit
3d11bd3e07
|
@ -1,3 +1,7 @@
|
||||||
|
2005-02-11 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/tchar.h (_tstat64, _tstati64): Add Unicode/ANSI mappings.
|
||||||
|
|
||||||
2005-02-11 Danny Smith <dannysmith@users.sourceforge.net>
|
2005-02-11 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/assert.h; Remove header guard. #undef assert macro.
|
* include/assert.h; Remove header guard. #undef assert macro.
|
||||||
|
|
|
@ -199,6 +199,8 @@ typedef wchar_t _TCHAR;
|
||||||
#define _tmkdir _wmkdir
|
#define _tmkdir _wmkdir
|
||||||
#define _trmdir _wrmdir
|
#define _trmdir _wrmdir
|
||||||
#define _tstat _wstat
|
#define _tstat _wstat
|
||||||
|
#define _tstati64 _wstati64
|
||||||
|
#define _tstat64 _wstat64
|
||||||
#endif /* __MSVCRT__ */
|
#endif /* __MSVCRT__ */
|
||||||
|
|
||||||
/* dirent structures and functions */
|
/* dirent structures and functions */
|
||||||
|
@ -374,6 +376,8 @@ typedef char _TCHAR;
|
||||||
#define _tfindfirsti64 _findfirsti64
|
#define _tfindfirsti64 _findfirsti64
|
||||||
#define _tfindnexti64 _findnexti64
|
#define _tfindnexti64 _findnexti64
|
||||||
#define _tfinddatai64_t _finddatai64_t
|
#define _tfinddatai64_t _finddatai64_t
|
||||||
|
#define _tstati64 _stati64
|
||||||
|
#define _tstat64 _stat64
|
||||||
#endif /* __MSVCRT__ */
|
#endif /* __MSVCRT__ */
|
||||||
|
|
||||||
/* dirent structures and functions */
|
/* dirent structures and functions */
|
||||||
|
|
Loading…
Reference in New Issue