CPortLibCB4.cpp
Upload User: hbtlgg88
Upload Date: 2021-04-09
Package Size: 855k
Code Size: 1k
Category:

Delphi VCL

Development Platform:

C++ Builder

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