mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:39:26 +02:00
parent
3143b484c4
commit
9929a33475
@ -850,8 +850,11 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2001-04-11 14:14:12 florian
|
Revision 1.2 2001-04-11 14:17:00 florian
|
||||||
* initial commit, thanks to Armin Diehl (diehl@nordrhein)
|
* added logs, fixed email address of Armin, it is
|
||||||
|
diehl@nordrhein.de
|
||||||
|
|
||||||
|
Revision 1.1 2001/04/11 14:14:12 florian
|
||||||
|
* initial commit, thanks to Armin Diehl (diehl@nordrhein.de)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -136,3 +136,10 @@
|
|||||||
SYS_ENONEXTANT = 104;
|
SYS_ENONEXTANT = 104;
|
||||||
SYS_ENOCONTEXT = 105; // no thread library context present
|
SYS_ENOCONTEXT = 105; // no thread library context present
|
||||||
SYS_ELASTERR = SYS_ENOCONTEXT;
|
SYS_ELASTERR = SYS_ENOCONTEXT;
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.2 2001-04-11 14:17:00 florian
|
||||||
|
* added logs, fixed email address of Armin, it is
|
||||||
|
diehl@nordrhein.de
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -123,3 +123,10 @@ END;
|
|||||||
|
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.2 2001-04-11 14:17:00 florian
|
||||||
|
* added logs, fixed email address of Armin, it is
|
||||||
|
diehl@nordrhein.de
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -251,3 +251,11 @@ TYPE NWDirEnt =
|
|||||||
VAR availableDirSlots : WORD;
|
VAR availableDirSlots : WORD;
|
||||||
VAR volumeisRemovable : WORD) : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetVolumeInfoWithNumber';
|
VAR volumeisRemovable : WORD) : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetVolumeInfoWithNumber';
|
||||||
FUNCTION _GetNumberOfVolumes : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetNumberOfVolumes';
|
FUNCTION _GetNumberOfVolumes : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetNumberOfVolumes';
|
||||||
|
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.2 2001-04-11 14:17:00 florian
|
||||||
|
* added logs, fixed email address of Armin, it is
|
||||||
|
diehl@nordrhein.de
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -548,8 +548,12 @@ Begin
|
|||||||
End.
|
End.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2001-04-11 14:14:12 florian
|
Revision 1.2 2001-04-11 14:17:00 florian
|
||||||
* initial commit, thanks to Armin Diehl (diehl@nordrhein)
|
* added logs, fixed email address of Armin, it is
|
||||||
|
diehl@nordrhein.de
|
||||||
|
|
||||||
|
Revision 1.1 2001/04/11 14:14:12 florian
|
||||||
|
* initial commit, thanks to Armin Diehl (diehl@nordrhein.de)
|
||||||
|
|
||||||
Revision 1.2 2000/07/13 11:33:56 michael
|
Revision 1.2 2000/07/13 11:33:56 michael
|
||||||
+ removed logs
|
+ removed logs
|
||||||
|
@ -468,8 +468,12 @@ end.
|
|||||||
{
|
{
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2001-04-11 14:14:12 florian
|
Revision 1.2 2001-04-11 14:17:00 florian
|
||||||
* initial commit, thanks to Armin Diehl (diehl@nordrhein)
|
* added logs, fixed email address of Armin, it is
|
||||||
|
diehl@nordrhein.de
|
||||||
|
|
||||||
|
Revision 1.1 2001/04/11 14:14:12 florian
|
||||||
|
* initial commit, thanks to Armin Diehl (diehl@nordrhein.de)
|
||||||
|
|
||||||
Revision 1.8 2001/02/20 22:19:38 peter
|
Revision 1.8 2001/02/20 22:19:38 peter
|
||||||
* always test before commiting after merging, linux -> unix change
|
* always test before commiting after merging, linux -> unix change
|
||||||
|
Loading…
Reference in New Issue
Block a user