mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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 CHAR *PCH;
|
||||||
typedef void *HANDLE;
|
typedef void *HANDLE;
|
||||||
typedef char CCHAR;
|
typedef char CCHAR;
|
||||||
|
typedef CCHAR *PCCHAR;
|
||||||
|
|
||||||
|
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
|
Loading…
Reference in a new issue