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.

18 lines
302 B

  1. LIBRARY DDRAWEX.DLL
  2. SECTIONS
  3. share READ WRITE
  4. .bss READ WRITE
  5. .data READ WRITE
  6. .idata READ WRITE
  7. .rdata READ
  8. .rsrc READ
  9. EXPORTS
  10. DllCanUnloadNow PRIVATE
  11. DllGetClassObject PRIVATE
  12. DllRegisterServer PRIVATE
  13. DllUnregisterServer PRIVATE