[NTVDM]: Zero-fill memory with RtlZeroMemory (that exists also in NT mode), and use...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 14 Oct 2014 22:46:40 +0000 (22:46 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 14 Oct 2014 22:46:40 +0000 (22:46 +0000)
commit1fd3e7e17e4aaf06056c6ea21242f3b6bd97420f
tree41743d96873c29b09eaf847a1cbe512a58781010
parent9718330254dd78bf2b5b2695ce1c886c994bb989
[NTVDM]: Zero-fill memory with RtlZeroMemory (that exists also in NT mode), and use sizeof(object) instead of sizeof(type_of_object).

svn path=/trunk/; revision=64747
reactos/subsystems/ntvdm/dos/dem.c
reactos/subsystems/ntvdm/dos/dos32krnl/bios.c
reactos/subsystems/ntvdm/dos/dos32krnl/dos.c
reactos/subsystems/ntvdm/dos/mouse32.c
reactos/subsystems/ntvdm/hardware/cmos.c
reactos/subsystems/ntvdm/hardware/mouse.c
reactos/subsystems/ntvdm/hardware/vga.c
reactos/subsystems/ntvdm/io.c