mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 17:17:17 +01:00
+ Netware added
This commit is contained in:
parent
3d1d485d7c
commit
e31530f800
@ -33,6 +33,11 @@ TYPE
|
||||
tOS_UINT = DWord;
|
||||
{$define OS_TYPES}
|
||||
{$endif}
|
||||
{$ifdef Netware}
|
||||
tOS_INT = LongInt;
|
||||
tOS_UINT = DWord;
|
||||
{$define OS_TYPES}
|
||||
{$endif}
|
||||
{$ifdef WIN64}
|
||||
tOS_INT = Comp; { 8 byte signed ordinal }
|
||||
tOS_UINT = QWord; { 8 byte unsigned ordinal }{ possibly still needs to be defined }
|
||||
@ -65,7 +70,10 @@ IMPLEMENTATION
|
||||
end.
|
||||
|
||||
$Log$
|
||||
Revision 1.3 2000-11-13 13:40:04 marco
|
||||
Revision 1.4 2002-03-16 12:46:09 armin
|
||||
+ Netware added
|
||||
|
||||
Revision 1.3 2000/11/13 13:40:04 marco
|
||||
* Renamefest
|
||||
|
||||
Revision 1.2 2000/07/13 11:33:45 michael
|
||||
|
||||
Loading…
Reference in New Issue
Block a user