From 2f246b69d14d1b7d1bded39fcb94a669ec48801a Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 23 Jul 2001 12:54:35 +0000 Subject: [PATCH] Added typedef for PCCHAR. svn path=/trunk/; revision=2089 --- reactos/include/ntos/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/ntos/types.h b/reactos/include/ntos/types.h index a703e1b4c2a..dc651466f29 100644 --- a/reactos/include/ntos/types.h +++ b/reactos/include/ntos/types.h @@ -112,6 +112,7 @@ typedef CHAR *PCHAR; typedef CHAR *PCH; typedef void *HANDLE; typedef char CCHAR; +typedef CCHAR *PCCHAR; #define FALSE 0