coreinit: Fix OSDynLoad_FindExport isData to be a BOOL.

This commit is contained in:
James Benton 2017-05-10 17:22:37 +01:00
parent 5a91b91476
commit f403512d5b

View File

@ -53,7 +53,7 @@ OSDynLoad_Acquire(char const *name,
*/
int32_t
OSDynLoad_FindExport(OSDynLoadModule module,
int32_t isData,
BOOL isData,
char const *name,
void **outAddr);