shell32/autocomplete: Use 0 instead of CW_USEDEFAULT.
commit75ccf7537c8a0ef99aaafaec715b00006c354f3f
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Tue, 25 Sep 2018 11:55:28 +0000 (25 14:55 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Sep 2018 14:51:11 +0000 (26 16:51 +0200)
treedb46bd053cd602b14152b1981ec3b135e2320d0e
parentaaf0fb5292e262f1831626d3142a7c091e7b8505
shell32/autocomplete: Use 0 instead of CW_USEDEFAULT.

Clean the CreateWindowEx code of CW_USEDEFAULT since it's not valid for
a child window and ends up being 0 anyway. Even more, it's useless as the
actual size is given when the window is shown.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/shell32/autocomplete.c