Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
614 B

  1. LIBRARY SHSCRAP
  2. SECTIONS
  3. .bss READ WRITE;SINGLE
  4. .data READ WRITE;SINGLE
  5. .rodata READ SHARED
  6. .idata READ WRITE ; import tables
  7. .rsrc READ SHARED
  8. HEAPSIZE 512
  9. EXPORTS
  10. ;
  11. ; RunDLL entry. Has to be named entries.
  12. ;
  13. OpenScrap_RunDLL
  14. OpenScrap_RunDLLW
  15. OpenScrap_RunDLLA = OpenScrap_RunDLL
  16. ;
  17. ; In-Proc server DLL entry. Has to be named entries.
  18. ;
  19. DllCanUnloadNow PRIVATE
  20. DllGetClassObject PRIVATE
  21. ;
  22. ; Special entry for shell32.dll
  23. ;
  24. Scrap_CreateFromDataObject