* 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:
@ -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;
|
||||
|
Reference in New Issue
Block a user