You've already forked lazarus-ccr
Starting WideString support by the Type Library Editor/ws_helper
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@561 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -200,9 +200,10 @@ implementation
|
||||
uses parserutils, wst_types;
|
||||
|
||||
const
|
||||
SIMPLE_TYPES_COUNT = 15;
|
||||
SIMPLE_TYPES_COUNT = 16;
|
||||
SIMPLE_TYPES : Array[0..Pred(SIMPLE_TYPES_COUNT)] Of array[0..2] of string = (
|
||||
('string', 'TComplexStringContentRemotable', 'string'),
|
||||
('WideString', 'TComplexWideStringContentRemotable', 'string'),
|
||||
('integer', 'TComplexInt32SContentRemotable', 'int'),
|
||||
('LongWord', 'TComplexInt32UContentRemotable', 'unsignedInt' ),
|
||||
('SmallInt', 'TComplexInt16SContentRemotable', 'short'),
|
||||
|
Reference in New Issue
Block a user