* 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>
|
2002-01-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/tchar.h (_TCHAR): Add typedefs.
|
* include/tchar.h (_TCHAR): Add typedefs.
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
#ifndef _TCHAR_DEFINED
|
#ifndef _TCHAR_DEFINED
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
typedef wchar_t TCHAR;
|
typedef wchar_t TCHAR;
|
||||||
typedef wchar_t _TCHAR
|
typedef wchar_t _TCHAR;
|
||||||
#endif /* Not RC_INVOKED */
|
#endif /* Not RC_INVOKED */
|
||||||
#define _TCHAR_DEFINED
|
#define _TCHAR_DEFINED
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue