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

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