diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-04-09 17:52:25 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-04-09 17:52:25 +0200 |
| commit | 009bb94f17803dff459b812d7314e300a1b31e1e (patch) | |
| tree | c9f91b7f6a19ad192ec0c3e371fe83f36ae91234 /src/include/library.h | |
| parent | fcfd90b86fc5328c6c5c61e2921416c3cc8adba2 (diff) | |
| download | box64-009bb94f17803dff459b812d7314e300a1b31e1e.tar.gz box64-009bb94f17803dff459b812d7314e300a1b31e1e.zip | |
Changed missed unwanted "box86"
Diffstat (limited to 'src/include/library.h')
| -rwxr-xr-x | src/include/library.h | 4 |
1 files changed, 2 insertions, 2 deletions
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_ |