git-svn-id: https://svn.code.sf.net/p/kolmck/code@17 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck
2009-08-19 09:26:45 +00:00
parent b16ca891c9
commit 254b27740e
62 changed files with 206851 additions and 0 deletions

View 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.