windows.types: fix definition of wchar_t* as { char* utf16n }

db4
Joe Groff 2010-02-23 08:10:01 -08:00
parent 75e2a5098e
commit 8aa10c5283
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ TYPEDEF: uchar UCHAR
TYPEDEF: uchar BYTE
TYPEDEF: ushort wchar_t
TYPEDEF: { char* utf16n } wchar_t*
<< { char* utf16n } pointer: wchar_t typedef >>
TYPEDEF: wchar_t WCHAR