home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Lib / DCLUSR40.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  629 b   |  16 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("dclusr40.res");
  5. USEPACKAGE("vcl40.bpi");
  6. //---------------------------------------------------------------------------
  7. #pragma package(smart_init)
  8. //---------------------------------------------------------------------------
  9. //   Package source.
  10. //---------------------------------------------------------------------------
  11. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  12. {
  13.         return 1;
  14. }
  15. //---------------------------------------------------------------------------
  16.