mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
* fixed type of verror
This commit is contained in:
parent
8ef3b3b9c0
commit
1f4a3402e2
@ -88,7 +88,7 @@ type
|
||||
vardate : (vdate : tdatetime);
|
||||
varolestr : (volestr : pwidechar);
|
||||
vardispatch : (vdispatch : pointer);
|
||||
varerror : (verror : dword);
|
||||
varerror : (verror : hresult);
|
||||
varboolean : (vboolean : wordbool);
|
||||
varunknown : (vunknown : pointer);
|
||||
// vardecimal : ( : );
|
||||
@ -311,7 +311,10 @@ operator <=(const op1,op2 : variant) dest : boolean;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.15 2003-12-10 01:36:39 florian
|
||||
Revision 1.16 2003-12-22 23:07:52 peter
|
||||
* fixed type of verror
|
||||
|
||||
Revision 1.15 2003/12/10 01:36:39 florian
|
||||
* real functions ifdef'ed depending on the supported types
|
||||
|
||||
Revision 1.14 2003/11/05 15:26:37 florian
|
||||
|
Loading…
Reference in New Issue
Block a user