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 >
C/C++ Source or Header  |  2001-12-14  |  741b  |  23 lines

  1. //---------------------------------------------------------------------------
  2.  
  3. #include <vcl.h>
  4. #pragma hdrstop
  5. USERES("LangINISupport.res");
  6. USEPACKAGE("vcl50.bpi");
  7. USEUNIT("LngINISupp.pas");
  8. USEUNIT("MsgINISupp.pas");
  9. USEPACKAGE("Tee50.bpi");
  10. //---------------------------------------------------------------------------
  11. #pragma package(smart_init)
  12. //---------------------------------------------------------------------------
  13.  
  14. //   Package source.
  15. //---------------------------------------------------------------------------
  16.  
  17. #pragma argsused
  18. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  19. {
  20.         return 1;
  21. }
  22. //---------------------------------------------------------------------------
  23.