Why typedef char CHAR

Posted by Knowing me knowing you on Stack Overflow See other posts from Stack Overflow or by Knowing me knowing you
Published on 2010-04-28T14:00:03Z Indexed on 2010/04/28 14:03 UTC
Read the original article Hit count: 271

Filed under:
|

Guys, having quick look in Winnt.h I have discovered that there is a lots of typedefs and one of them is for example CHAR for a char. Why? What was the purpose of these typdefs? Why not use what's already there (char, int etc.)?
Thank you.

© Stack Overflow or respective owner

Related posts about c++

Related posts about win32