* include/winnt.h (_TCHAR): Add typedefs.

* include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
	defines.
	* include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
	Add defines.
	(LPACCESSTIMEOUT): Add typedef.
This commit is contained in:
Danny Smith
2002-01-25 02:54:19 +00:00
parent 019f46a626
commit d554b253b5
4 changed files with 23 additions and 1 deletions

View File

@ -75,8 +75,10 @@ typedef CONST CHAR *LPCCH,*PCSTR,*LPCSTR;
* used to differentiate standard C runtime calls.
*/
typedef WCHAR TCHAR;
typedef WCHAR _TCHAR;
#else
typedef CHAR TCHAR;
typedef CHAR _TCHAR;
#endif
#endif
typedef TCHAR TBYTE,*PTCH,*PTBYTE;