gecko-dev/embedding/components/printingui
rods%netscape.com e4f359543e changed all the DEVMODE allocating and freeing to native Windows calls HeapAlloc and HeapFree
nsPrintSettingsWin.cpp was creating and copying only the non-platform specific data by using the
"sizeof" of the DEVMODE struct, instead of checking the struct size with dmSize
and the size of the private (device-specific) data with dmDriverExtra. Now it
creates the correct size of memory and copies all the non-private data and private data.
Bug 156318 r=dcone sr=kin,waterson,rpotts a=asa
2002-07-12 11:48:38 +00:00
..
macbuild
src changed all the DEVMODE allocating and freeing to native Windows calls HeapAlloc and HeapFree 2002-07-12 11:48:38 +00:00
.cvsignore Ignore generated Makefiles. 2002-05-27 02:12:25 +00:00
Makefile.in
makefile.win