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.

20 lines
804 B

  1. The SHELL32 import library in this folder is from NT 4.0 (1381).
  2. This is used to link retail versions, since it has lego info in
  3. it.
  4. SHELL32.W95 is the private import library from Win95. Link to
  5. this for debug versions to verify the component will load on
  6. browser-only Win95 or NT platforms.
  7. These are for the use of components like shdocvw, which must be
  8. able to run in browser-only mode. This assures we don't accidentally
  9. link to a more recent version of shell32 (the one in public\sdk\lib).
  10. Refer the accompanying def files (shelldef.nt and shelldef.w95) to see
  11. what exports are available on those platforms.
  12. USER32P.NT4: This is actually taken from NT 1528, but it has the
  13. right exports needed for desknt4.cpl. The exports changed in the
  14. real user32p.lib, so we need this to link to.