Subversion Repositories decoder

Rev

Blame | Last modification | View Log | RSS feed

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("dragdropC3.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USEUNIT("DropSource.pas");
  7. USERES("DropSource.dcr");
  8. USEUNIT("DropURLTarget.pas");
  9. USERES("DropURLTarget.dcr");
  10. USEUNIT("DropBMPTarget.pas");
  11. USERES("DropBMPTarget.dcr");
  12. USEUNIT("DropPIDLSource.pas");
  13. USERES("DropPIDLSource.dcr");
  14. USEUNIT("DropPIDLTarget.pas");
  15. USERES("DropPIDLTarget.dcr");
  16. USEUNIT("DropTarget.pas");
  17. USERES("DropTarget.dcr");
  18. USEUNIT("DropURLSource.pas");
  19. USERES("DropURLSource.dcr");
  20. USEUNIT("DropBMPSource.pas");
  21. USERES("DropBMPSource.dcr");
  22. //---------------------------------------------------------------------------
  23. #pragma package(smart_init)
  24. //---------------------------------------------------------------------------
  25. //   Package source.
  26. //---------------------------------------------------------------------------
  27. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  28. {
  29.         return 1;
  30. }
  31. //---------------------------------------------------------------------------
  32.