File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public void TestSimple()
1212
1313using Type_bool = bool;
1414
15- using Type_wchar = wchar_t ;
15+ using Type_wchar_t = wchar_t ;
1616
1717using Type_char = char;
1818using Type_unsigned_char = unsigned char;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public void TestSimple()
1212
1313typedef bool Type_bool;
1414
15- typedef wchar_t Type_wchar ;
15+ typedef wchar_t Type_wchar_t ;
1616
1717typedef char Type_char;
1818typedef unsigned char Type_unsigned_char;
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ public override string ToString()
171171 case CppPrimitiveKind . Void :
172172 return "void" ;
173173 case CppPrimitiveKind . WChar :
174- return "wchar " ;
174+ return "wchar_t " ;
175175 case CppPrimitiveKind . Char :
176176 return "char" ;
177177 case CppPrimitiveKind . Short :
You can’t perform that action at this time.
0 commit comments