read.txt
git-svn-id: https://svn.code.sf.net/p/kolmck/code@17 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
12
System/D2007beta/Variants.pas
Normal file
12
System/D2007beta/Variants.pas
Normal file
@ -0,0 +1,12 @@
|
||||
unit Variants;
|
||||
{* Fake variants.pas unit for Delphi6 / Delphi7. Place it in a
|
||||
directory with your KOL/MCK (or other non-VCL) project, and
|
||||
this will save about 70K of code in the executable.
|
||||
Certainly, do it so, if you actually do not use Delphi Variant
|
||||
type in the application.
|
||||
NEVER REPLACE Variants.pas provided by Borland!
|
||||
(C) by Kladov Vladimir, 2003 }
|
||||
|
||||
interface
|
||||
implementation
|
||||
end.
|
Reference in New Issue
Block a user