diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-05-09 20:11:03 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-05-09 20:11:03 +0200 |
| commit | b1b558d244c58af6a5c56acdd0307533b51cc85c (patch) | |
| tree | bd80e92ee4315f952973e87839491b53a852fcc3 /src/wrapped/wrappedsdl1image.c | |
| parent | 6ef734960abfb83501cf2236ae41624c0375f570 (diff) | |
| download | box64-b1b558d244c58af6a5c56acdd0307533b51cc85c.tar.gz box64-b1b558d244c58af6a5c56acdd0307533b51cc85c.zip | |
Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)
Diffstat (limited to 'src/wrapped/wrappedsdl1image.c')
| -rwxr-xr-x | src/wrapped/wrappedsdl1image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsdl1image.c b/src/wrapped/wrappedsdl1image.c index f4569773..66eda2c8 100755 --- a/src/wrapped/wrappedsdl1image.c +++ b/src/wrapped/wrappedsdl1image.c @@ -68,7 +68,7 @@ void EXPORT *my_IMG_Load_RW(x64emu_t* emu, void* a, int32_t b) #define CUSTOM_INIT \ getMy(lib); \ - setNeededLibs(&lib->priv.w, 2, "libSDL-1.2.so.0", "libz.so.1"); + setNeededLibs(lib, 2, "libSDL-1.2.so.0", "libz.so.1"); #define CUSTOM_FINI \ freeMy(); |