Subversion Repositories decoder

Rev

Blame | Last modification | View Log | RSS feed

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("dragdropC4.res");
  5. USEUNIT("DragDrop.pas");
  6. USEUNIT("DragDropFile.pas");
  7. USERES("DragDropFile.dcr");
  8. USEUNIT("DragDropFormats.pas");
  9. USEUNIT("DragDropGraphics.pas");
  10. USERES("DragDropGraphics.dcr");
  11. USEUNIT("DragDropPIDL.pas");
  12. USERES("DragDropPIDL.dcr");
  13. USEUNIT("DragDropText.pas");
  14. USERES("DragDropText.dcr");
  15. USEUNIT("DragDropURL.pas");
  16. USERES("DragDropURL.dcr");
  17. USEUNIT("DropMultiTarget.pas");
  18. USERES("DropMultiTarget.dcr");
  19. USEUNIT("DropSource.pas");
  20. USERES("DropSource.dcr");
  21. USEUNIT("DropTarget.pas");
  22. USERES("DropTarget.dcr");
  23. USEPACKAGE("vcl50.bpi");
  24. //---------------------------------------------------------------------------
  25. #pragma package(smart_init)
  26. //---------------------------------------------------------------------------
  27. //   Package source.
  28. //---------------------------------------------------------------------------
  29. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  30. {
  31.         return 1;
  32. }
  33. //---------------------------------------------------------------------------
  34.