[PATCH 1/2] shlwapi: Refactor the SHCreateWorkerWindowW() prototype to match its ANSI SHCreateWorkerWindowA() counterpart.

Hermès BÉLUSCA-MAÏTO hermes.belusca at sfr.fr
Mon Feb 12 16:49:16 CST 2018


[PATCH 1/2] shlwapi: Refactor the SHCreateWorkerWindowW() prototype to match
its ANSI SHCreateWorkerWindowA() counterpart.

The last parameter is really to be understood as an extra window data, and
not a "message result" (as it would be the case for dialog window
procedure).
That is why I also remove the mention of "DWLP_MSGRESULT" in the
SetWindowLongPtrW() call.
SHCreateWorkerWindowA() had it OK but SHCreateWorkerWindowW() did not.


Best,
Hermès Bélusca-Maïto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-shlwapi-Refactor-the-SHCreateWorkerWindowW-prototype.patch
Type: application/octet-stream
Size: 2349 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20180212/e632a034/attachment.obj>


More information about the wine-patches mailing list