Fixed typo in SizeofResource().
This commit is contained in:
parent
942d8a69bd
commit
919a8109aa
@ -259,7 +259,7 @@ static DWORD RES_SizeofResource( HMODULE hModule, HRSRC hRsrc, BOOL bRet16 )
|
||||
|
||||
/* If we got a 32-bit hRsrc, we don't need to convert it */
|
||||
|
||||
size = NE_AccessResource( pModule, hRsrc );
|
||||
size = NE_SizeofResource( pModule, hRsrc );
|
||||
}
|
||||
|
||||
return size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user