home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d56
/
LNGSUPP.ZIP
/
LangINISupport
/
LangINISupport.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-12-14
|
741b
|
23 lines
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("LangINISupport.res");
USEPACKAGE("vcl50.bpi");
USEUNIT("LngINISupp.pas");
USEUNIT("MsgINISupp.pas");
USEPACKAGE("Tee50.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------