mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Added typedef for PCCHAR.
svn path=/trunk/; revision=2089
This commit is contained in:
parent
066d5b9dda
commit
2f246b69d1
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ typedef CHAR *PCHAR;
|
|||
typedef CHAR *PCH;
|
||||
typedef void *HANDLE;
|
||||
typedef char CCHAR;
|
||||
typedef CCHAR *PCCHAR;
|
||||
|
||||
|
||||
#define FALSE 0
|
||||
|
|
Loading…
Reference in a new issue