mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:09:12 +02:00
* LPSystemTime added.
This commit is contained in:
parent
2ad1374813
commit
f530871848
@ -105,6 +105,7 @@ type
|
|||||||
dwHighDateTime : DWORD;
|
dwHighDateTime : DWORD;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
LPSystemTime= ^PSystemTime;
|
||||||
PSystemTime = ^TSystemTime;
|
PSystemTime = ^TSystemTime;
|
||||||
TSystemTime = record
|
TSystemTime = record
|
||||||
wYear,
|
wYear,
|
||||||
@ -119,7 +120,10 @@ type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2001-05-02 10:18:04 marco
|
Revision 1.5 2001-05-02 10:25:23 marco
|
||||||
|
* LPSystemTime added.
|
||||||
|
|
||||||
|
Revision 1.4 2001/05/02 10:18:04 marco
|
||||||
* Added plpwstr, plpstr. Moved lpwstr to the system unit (though the win32
|
* Added plpwstr, plpstr. Moved lpwstr to the system unit (though the win32
|
||||||
part). Delphi has it that way.
|
part). Delphi has it that way.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user