mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* LPSystemTime added.
This commit is contained in:
parent
2ad1374813
commit
f530871848
@ -105,6 +105,7 @@ type
|
||||
dwHighDateTime : DWORD;
|
||||
end;
|
||||
|
||||
LPSystemTime= ^PSystemTime;
|
||||
PSystemTime = ^TSystemTime;
|
||||
TSystemTime = record
|
||||
wYear,
|
||||
@ -119,7 +120,10 @@ type
|
||||
|
||||
{
|
||||
$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
|
||||
part). Delphi has it that way.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user