mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 23:01:55 +02:00
* added uses windows for win32 (deleted that with my last change)
This commit is contained in:
parent
a5c6d5130a
commit
8d5c6a5aa5
@ -91,6 +91,9 @@ Uses
|
|||||||
{$ifdef netwlibc}
|
{$ifdef netwlibc}
|
||||||
Libc,
|
Libc,
|
||||||
{$endif netwlibc}
|
{$endif netwlibc}
|
||||||
|
{$ifdef win32}
|
||||||
|
windows,
|
||||||
|
{$endif win32}
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
{$ifdef ver1_0}
|
{$ifdef ver1_0}
|
||||||
linux,
|
linux,
|
||||||
@ -971,7 +974,10 @@ finalization
|
|||||||
End.
|
End.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2004-09-19 14:51:03 armin
|
Revision 1.8 2004-09-21 14:55:45 armin
|
||||||
|
* added uses windows for win32 (deleted that with my last change)
|
||||||
|
|
||||||
|
Revision 1.7 2004/09/19 14:51:03 armin
|
||||||
* added support for target netwlibc
|
* added support for target netwlibc
|
||||||
|
|
||||||
Revision 1.6 2003/10/14 08:29:29 peter
|
Revision 1.6 2003/10/14 08:29:29 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user