git-svn-id: https://svn.code.sf.net/p/kolmck/code@17 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
13 lines
418 B
ObjectPascal
13 lines
418 B
ObjectPascal
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.
|