mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 06:06:17 +02:00
* remove useless define (merged)
This commit is contained in:
parent
98043524a7
commit
53c358a713
@ -5,12 +5,6 @@ unit initc;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{ 0.99.12 had a bug that initialization/finalization only worked for
|
|
||||||
objfpc,delphi mode }
|
|
||||||
{$ifdef VER0_99_12}
|
|
||||||
{$mode objfpc}
|
|
||||||
{$endif}
|
|
||||||
|
|
||||||
{$LINKLIB cygwin}
|
{$LINKLIB cygwin}
|
||||||
{$linklib kernel32}
|
{$linklib kernel32}
|
||||||
|
|
||||||
@ -75,7 +69,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2000-12-30 17:48:36 peter
|
Revision 1.4 2001-04-23 18:24:45 peter
|
||||||
|
* remove useless define (merged)
|
||||||
|
|
||||||
|
Revision 1.3 2000/12/30 17:48:36 peter
|
||||||
* update std handles after initing c
|
* update std handles after initing c
|
||||||
|
|
||||||
Revision 1.2 2000/07/13 11:33:57 michael
|
Revision 1.2 2000/07/13 11:33:57 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user