winecfg: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with...
commitd35e57732e3b18fe74b7b340f52f3e1002efef59
authorMichael Stefaniuc <mstefani@redhat.de>
Fri, 7 Dec 2007 00:14:13 +0000 (7 01:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Dec 2007 13:52:42 +0000 (7 14:52 +0100)
treeb1e44f2f8fad5a88af3e79e3c86e4bc6e252ac2b
parent195356c0981709e090201944f35298f48b7a7346
winecfg: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
programs/winecfg/audio.c