From 8d1170ce2b89d01de720d628e065b83d5747219d Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 3 Jun 2017 18:44:01 +0000 Subject: [PATCH] [PSDK] Update cvconst.h. CORE-13362 svn path=/trunk/; revision=74791 --- reactos/sdk/include/psdk/cvconst.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/sdk/include/psdk/cvconst.h b/reactos/sdk/include/psdk/cvconst.h index 83b529d7f82..80b8e440edc 100644 --- a/reactos/sdk/include/psdk/cvconst.h +++ b/reactos/sdk/include/psdk/cvconst.h @@ -78,6 +78,8 @@ enum BasicType btBit = 29, btBSTR = 30, btHresult = 31, + btChar16 = 32, + btChar32 = 33 }; /* kind of UDT */