From 8aa10c528312c8e12020c9306ce70136d08e049e Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 23 Feb 2010 08:10:01 -0800 Subject: [PATCH] windows.types: fix definition of wchar_t* as { char* utf16n } --- basis/windows/types/types.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/windows/types/types.factor b/basis/windows/types/types.factor index 4f527513fc..d0dac31ea9 100644 --- a/basis/windows/types/types.factor +++ b/basis/windows/types/types.factor @@ -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 -- 2.34.1