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-Dev 75c48ba87f
Merge pull request #4 from ArchGryphon9362/patch-1
4 years ago
..
debug.cpp Add source files 4 years ago
debug.h Add source files 4 years ago
defconn.h Add source files 4 years ago
fauxmfc.cpp Add source files 4 years ago
fauxmfc.h Add source files 4 years ago
localstr.h Add source files 4 years ago
ncxp.thk Add source files 4 years ago
netconn.h Add source files 4 years ago
netip.h Add source files 4 years ago
netutil.cpp Add source files 4 years ago
parseinf.cpp Add source files 4 years ago
parseinf.h Add source files 4 years ago
rasapi.millen.txt Add source files 4 years ago
rasapi.w2k.txt Add source files 4 years ago
readme.txt Add source files 4 years ago
registry.cpp Add source files 4 years ago
registry.h Add source files 4 years ago
sortstr.cpp Add source files 4 years ago
sortstr.h Add source files 4 years ago
strarray.cpp Add source files 4 years ago
strarray.h Add source files 4 years ago
strstri.cpp Add source files 4 years ago
strstri.h Add source files 4 years ago
util.cpp Add source files 4 years ago
util.h Add source files 4 years ago

readme.txt

When the thunk layer changes, do this:

1) check out nconn16\i386\thunk.asm and nconn32\i386\thunk.asm
2) rebuild the thunk layer: thunk.exe -t thk NCXP.thk -o Thunk.asm
3) replace the thunk.asm files with the generated one and check back in.