mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* include/tchar.h (_TCHAR): Add missing ;.
This commit is contained in:
parent
159743c264
commit
628ef8b6bb
@ -1,3 +1,7 @@
|
||||
2002-01-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/tchar.h (_TCHAR): Add missing ;.
|
||||
|
||||
2002-01-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/tchar.h (_TCHAR): Add typedefs.
|
||||
|
@ -55,7 +55,7 @@
|
||||
#ifndef _TCHAR_DEFINED
|
||||
#ifndef RC_INVOKED
|
||||
typedef wchar_t TCHAR;
|
||||
typedef wchar_t _TCHAR
|
||||
typedef wchar_t _TCHAR;
|
||||
#endif /* Not RC_INVOKED */
|
||||
#define _TCHAR_DEFINED
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user