Subversion Repositories decoder

Rev

Blame | Last modification | View Log | RSS feed

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