mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:28:03 +02:00
* add VUString branch to tvardata, resolves #37651
git-svn-id: trunk@46957 -
This commit is contained in:
parent
1fb7603f61
commit
40d9b1108a
@ -113,6 +113,7 @@ type
|
||||
varerror : (verror : hresult);
|
||||
varboolean : (vboolean : wordbool);
|
||||
varunknown : (vunknown : pointer);
|
||||
varustring : (vustring : pointer);
|
||||
// vardecimal : ( : );
|
||||
varshortint : (vshortint : shortint);
|
||||
varbyte : (vbyte : byte);
|
||||
|
Loading…
Reference in New Issue
Block a user