Re: user32: Add test_CreateIconFromResourceEx().

2008-03-17 Thread Dmitry Timoshkov
"Andrew Riedi" <[EMAIL PROTECTED]> wrote: > Mostly, this patch is just to serve as a check to make sure I don't > horribly screw up CreateIconFromResourceEx(). I need to abstract some > of the functionality out, and make use of it elsewhere. Right now our > CreateIconFromResourceEx() works flawl

Re: user32: Add test_CreateIconFromResourceEx().

2008-03-17 Thread Andrew Riedi
On Sun, Mar 16, 2008 at 10:05 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Andrew Riedi" <[EMAIL PROTECTED]> wrote: > > > changelog: user32: Add test_CreateIconFromResourceEx(). > > What this patch is supposed to test? Just that CreateIconFromResourc

Re: user32: Add test_CreateIconFromResourceEx().

2008-03-16 Thread Dmitry Timoshkov
"Andrew Riedi" <[EMAIL PROTECTED]> wrote: > changelog: user32: Add test_CreateIconFromResourceEx(). What this patch is supposed to test? Just that CreateIconFromResourceEx returns a valid icon handle? What about the resulting icon contents? What about cases when CreateIconFr