need extra cast

This commit is contained in:
Amy G. Bowersox 2021-08-29 22:25:32 -06:00
parent c30d15742c
commit 42d88749a0
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ HRESULT Fb_setup(void)
}
/* The splash screen is in the system resources. Use the resource API to load it straight to the frame buffer. */
hr2 = Rsrc_find_resource(NULL, "splash.bin", NULL, &splash);
hr2 = Rsrc_find_resource((HRESFILE)NULL, "splash.bin", NULL, &splash);
if (SUCCEEDED(hr2))
{
ASSERT(Rsrc_sizeof_resource(splash) == fixed.smem_len);