From 009bb94f17803dff459b812d7314e300a1b31e1e Mon Sep 17 00:00:00 2001 From: rajdakin Date: Fri, 9 Apr 2021 17:52:25 +0200 Subject: Changed missed unwanted "box86" --- src/include/library.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/library.h') diff --git a/src/include/library.h b/src/include/library.h index 9af07c34..26f395dc 100755 --- a/src/include/library.h +++ b/src/include/library.h @@ -9,7 +9,7 @@ typedef struct box64context_s box64context_t; typedef struct x64emu_s x64emu_t; typedef struct needed_libs_s needed_libs_t; -library_t *NewLibrary(const char* path, box64context_t* box86); +library_t *NewLibrary(const char* path, box64context_t* box64); int AddSymbolsLibrary(lib_t* maplib, library_t* lib, x64emu_t* emu); int FinalizeLibrary(library_t* lib, lib_t* local_maplib, x64emu_t* emu); int ReloadLibrary(library_t* lib, x64emu_t* emu); @@ -33,4 +33,4 @@ lib_t* GetMaplib(library_t* lib); int GetElfIndex(library_t* lib); // -1 if no elf (i.e. native) void* GetHandle(library_t* lib); // NULL if not native -#endif //__LIBRARY_H_ \ No newline at end of file +#endif //__LIBRARY_H_ -- cgit 1.4.1