mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
setupx.dll16: Simplify vcpUICallbackProc16 a bit.
This commit is contained in:
parent
0aa27296d3
commit
a1fecdaf07
@ -670,7 +670,7 @@ RETERR16 WINAPI vcpUICallbackProc16(LPVOID lpvObj, UINT16 uMsg, WPARAM wParam,
|
|||||||
LPARAM lParam, LPARAM lParamRef)
|
LPARAM lParam, LPARAM lParamRef)
|
||||||
{
|
{
|
||||||
static int count = 0;
|
static int count = 0;
|
||||||
RETERR16 res = VCPN_OK, cbres;
|
RETERR16 res = VCPN_OK;
|
||||||
|
|
||||||
if (count < 5)
|
if (count < 5)
|
||||||
FIXME("(%p, %04x, %04lx, %08lx, %08lx) - semi-stub\n",
|
FIXME("(%p, %04x, %04lx, %08lx, %08lx) - semi-stub\n",
|
||||||
@ -700,7 +700,7 @@ RETERR16 WINAPI vcpUICallbackProc16(LPVOID lpvObj, UINT16 uMsg, WPARAM wParam,
|
|||||||
case VCPM_VSTATREAD:
|
case VCPM_VSTATREAD:
|
||||||
break;
|
break;
|
||||||
case VCPM_VSTATWRITE:
|
case VCPM_VSTATWRITE:
|
||||||
cbres = VCP_Callback(&vcp_status, VCPM_DISKPREPINFO, 0, 0, VCP_MsgRef);
|
VCP_Callback(&vcp_status, VCPM_DISKPREPINFO, 0, 0, VCP_MsgRef);
|
||||||
break;
|
break;
|
||||||
case VCPM_VSTATCLOSEEND:
|
case VCPM_VSTATCLOSEEND:
|
||||||
RegCloseKey(hKeyFiles);
|
RegCloseKey(hKeyFiles);
|
||||||
|
Loading…
Reference in New Issue
Block a user