oledlg: Fix the type of ret in UIINSERTOBJECTDLG_PopulateObjectTypes.
commit6357f9c02cb8b2990257ae03ea9e5f3ab8655bd1
authorRob Shearman <robertshearman@gmail.com>
Tue, 30 Sep 2008 12:55:22 +0000 (30 13:55 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 30 Sep 2008 15:20:30 +0000 (30 10:20 -0500)
tree838e71bcf503073df8bf45bee39075d7c1e7a2d1
parent171762827c36d973fc53a27d19c05e077fb24be0
oledlg: Fix the type of ret in UIINSERTOBJECTDLG_PopulateObjectTypes.

It is only used for storing the result of RegEnumKeyW so it should be
LSTATUS instead of HRESULT.
dlls/oledlg/insobjdlg.c