user32/tests: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory...
commit64b7359265ba2a386d2864504fd2b61bcdcc6249
authorMichael Stefaniuc <mstefani@redhat.de>
Fri, 7 Dec 2007 00:14:24 +0000 (7 01:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Dec 2007 13:52:45 +0000 (7 14:52 +0100)
tree0c4a8f27083c0c181eef76350392f2ff8d1f205d
parentd35e57732e3b18fe74b7b340f52f3e1002efef59
user32/tests: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
dlls/user32/tests/listbox.c