Re: comctl32: avoid using ZeroMemory()

2011-05-02 Thread Austin English
On Mon, May 2, 2011 at 10:58, Marcus Meissner wrote: > On Mon, May 02, 2011 at 10:52:50AM -0500, Austin English wrote: >> Avoids a Clang bug: >> http://bugs.winehq.org/show_bug.cgi?id=26754 > > clang cannot even survive a simple memset() to 0? http://llvm.org/bugs/show_bug.cgi?id=9830 -- -Austi

Re: comctl32: avoid using ZeroMemory()

2011-05-02 Thread Marcus Meissner
On Mon, May 02, 2011 at 10:52:50AM -0500, Austin English wrote: > Avoids a Clang bug: > http://bugs.winehq.org/show_bug.cgi?id=26754 clang cannot even survive a simple memset() to 0? Ciao, Marcus