* include/tchar.h (_TCHAR): Add missing ;.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user