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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
readme.txt Add source files 4 years ago
shell32.nt4 Add source files 4 years ago
shell32.w95 Add source files 4 years ago
shelldef.nt Add source files 4 years ago
shelldef.w95 Add source files 4 years ago
shlwapip.ie4 Add source files 4 years ago
user32p.nt4 Add source files 4 years ago

readme.txt

The SHELL32 import library in this folder is from NT 4.0 (1381).
This is used to link retail versions, since it has lego info in
it.

SHELL32.W95 is the private import library from Win95. Link to
this for debug versions to verify the component will load on
browser-only Win95 or NT platforms.

These are for the use of components like shdocvw, which must be
able to run in browser-only mode. This assures we don't accidentally
link to a more recent version of shell32 (the one in public\sdk\lib).

Refer the accompanying def files (shelldef.nt and shelldef.w95) to see
what exports are available on those platforms.


USER32P.NT4: This is actually taken from NT 1528, but it has the
right exports needed for desknt4.cpl. The exports changed in the
real user32p.lib, so we need this to link to.