kernel32: Handle default case in Local32_FromHandle().

This commit is contained in:
Gerald Pfeifer 2007-11-28 23:26:10 +01:00 committed by Alexandre Julliard
parent 6475603985
commit 3ce295a1ef
1 changed files with 1 additions and 0 deletions

View File

@ -1930,6 +1930,7 @@ static VOID Local32_ToHandle( LOCAL32HEADER *header, INT16 type,
static VOID Local32_FromHandle( LOCAL32HEADER *header, INT16 type,
DWORD *addr, LPDWORD handle, LPBYTE ptr )
{
*addr = 0;
switch (type)
{
case -2: /* 16:16 pointer */