//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("kortit.res"); USEPACKAGE("vcl35.bpi"); USEUNIT("..\..\..\..\winohj\delphi\korttipe\kortti.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------