Bugfix: Added missing 'return' statement.
This commit is contained in:
parent
9270a10926
commit
f00830086d
|
@ -207,6 +207,7 @@ HGLOBAL16 WINAPI NE_DefResourceHandler( HGLOBAL16 hMemObj, HMODULE16 hModule,
|
|||
pModule->hRsrcMap + (pNameInfo->offset << sizeShift),
|
||||
pNameInfo->length << sizeShift );
|
||||
}
|
||||
return handle;
|
||||
}
|
||||
if (pModule && (fd = NE_OpenFile( pModule )) >= 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue