diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-25 16:35:54 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-25 16:35:54 +0100 |
| commit | 6e78bc1726047f5462517d5fd1954fcbe080e1b4 (patch) | |
| tree | 9839a0aceb8159c7227fa32e52cea2ed74a2a4c4 /src/library_list.h | |
| parent | 3b4181c616a78678ceabed82482a2fcc8ce26699 (diff) | |
| download | box64-6e78bc1726047f5462517d5fd1954fcbe080e1b4.tar.gz box64-6e78bc1726047f5462517d5fd1954fcbe080e1b4.zip | |
Added wrapped libICE and libSM plus a few more libc wrapped functions
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_list.h b/src/library_list.h index 906d5a7a..7fe5e905 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -114,8 +114,8 @@ GO("libpulse.so.0", pulse) //GO("libfontconfig.so.1", fontconfig) //GO("libfreetype.so.6", freetype) //GO("libbz2.so.1", bz2) -//GO("libSM.so.6", libsm) -//GO("libICE.so.6", libice) +GO("libSM.so.6", libsm) +GO("libICE.so.6", libice) //GO("libusb-1.0.so.0", libusb1) //GO("libncursesw.so.5", libncursesw) //GO("libformw.so.5", libformw) |