Windows NT 4.0 source code leak
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.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
assert4d.cxx initial commit 5 years ago
assert4d.h initial commit 5 years ago
bitblt.cxx initial commit 5 years ago
bitblt.h initial commit 5 years ago
blt.mak initial commit 5 years ago
blt08a24.cxx initial commit 5 years ago
blt08a24.hxx initial commit 5 years ago
blt8a24p.cxx initial commit 5 years ago
blt8a24p.hxx initial commit 5 years ago
blt24a24.cxx initial commit 5 years ago
blt24a24.hxx initial commit 5 years ago
blt24p01.cxx initial commit 5 years ago
blt24p01.hxx initial commit 5 years ago
blt24p08.cxx initial commit 5 years ago
blt24p08.hxx initial commit 5 years ago
blt0101.cxx initial commit 5 years ago
blt0101.hxx initial commit 5 years ago
blt0108.cxx initial commit 5 years ago
blt0108.hxx initial commit 5 years ago
blt0124.cxx initial commit 5 years ago
blt0124.hxx initial commit 5 years ago
blt0801.cxx initial commit 5 years ago
blt0801.hxx initial commit 5 years ago
blt0808.cxx initial commit 5 years ago
blt0808.hxx initial commit 5 years ago
blt0824.cxx initial commit 5 years ago
blt0824.hxx initial commit 5 years ago
blt0824p.cxx initial commit 5 years ago
blt0824p.hxx initial commit 5 years ago
blt1616.cxx initial commit 5 years ago
blt1616.hxx initial commit 5 years ago
blt1624.cxx initial commit 5 years ago
blt1624.hxx initial commit 5 years ago
blt1624p.cxx initial commit 5 years ago
blt1624p.hxx initial commit 5 years ago
blt2401.cxx initial commit 5 years ago
blt2401.hxx initial commit 5 years ago
blt2408.cxx initial commit 5 years ago
blt2408.hxx initial commit 5 years ago
blt2424.cxx initial commit 5 years ago
blt2424.hxx initial commit 5 years ago
blt2424p.cxx initial commit 5 years ago
blt2424p.hxx initial commit 5 years ago
bltlb_nt.def initial commit 5 years ago
bltos.h initial commit 5 years ago
bt24a24p.cxx initial commit 5 years ago
bt24a24p.hxx initial commit 5 years ago
bt24p24p.cxx initial commit 5 years ago
bt24p24p.hxx initial commit 5 years ago
default.mk initial commit 5 years ago
dibfx.h initial commit 5 years ago
except.hxx initial commit 5 years ago
gfxtypes.h initial commit 5 years ago
makefile initial commit 5 years ago
ntblt.h initial commit 5 years ago
precomp.hxx initial commit 5 years ago
readme.txt initial commit 5 years ago
sources initial commit 5 years ago
util4d.h initial commit 5 years ago

readme.txt

Special note on the implementation of blitlib:

Blitlib is only used by DDHEL. As such, it assumes that both the source
and the destination bitmaps are top-down. As long as both bitmaps are
of the same type (top-down or bottom-up), and not mixed, Blitlib will
work correctly. However, Blitlib does not correcly check the biHeight
value in the BITMAPINFOHEADER structure for this mixed case. It just
assumes the types of the bitmaps coincide. This will not be fixed since
Blitlib is currently only called from DDHEL, which is always top-down.