Re: user32: Remove leftover HINSTANCE16 code from LoadCursor/LoadIcon.

2010-02-11 Thread Alexandre Julliard
Michael Stefaniuc writes: > Alexandre Julliard wrote: >> Michael Stefaniuc writes: >> >>> The Wine code doesn't seem to pass a 16bit hinstance to >>> LoadCursor/LoadIcon; the only calls to those functions from 16bit code >>> use a 0 hinstance which is fine. >> >> 16-bit instances can come from

Re: user32: Remove leftover HINSTANCE16 code from LoadCursor/LoadIcon.

2010-02-11 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Michael Stefaniuc writes: > >> The Wine code doesn't seem to pass a 16bit hinstance to >> LoadCursor/LoadIcon; the only calls to those functions from 16bit code >> use a 0 hinstance which is fine. > > 16-bit instances can come from 32-bit calls too, if we are dealing

Re: user32: Remove leftover HINSTANCE16 code from LoadCursor/LoadIcon.

2010-02-11 Thread Alexandre Julliard
Michael Stefaniuc writes: > The Wine code doesn't seem to pass a 16bit hinstance to > LoadCursor/LoadIcon; the only calls to those functions from 16bit code > use a 0 hinstance which is fine. 16-bit instances can come from 32-bit calls too, if we are dealing with a 16-bit window. -- Alexandre