diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-16 14:42:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-17 09:15:59 +0100 |
| commit | 0882f910df3672e084a8fefa522e8dae4d248fe3 (patch) | |
| tree | 9cc27f7bdee2a3d3335dbbaf0c0a787264f436c8 /src/library_list_32.h | |
| parent | f65c22d329e0f2405e2b0f12bc349331b2e4d74b (diff) | |
| download | box64-0882f910df3672e084a8fefa522e8dae4d248fe3.tar.gz box64-0882f910df3672e084a8fefa522e8dae4d248fe3.zip | |
[BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped functions from libxcb
Diffstat (limited to 'src/library_list_32.h')
| -rw-r--r-- | src/library_list_32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h index 0c713ae0..2af7342c 100644 --- a/src/library_list_32.h +++ b/src/library_list_32.h @@ -63,6 +63,8 @@ GO("libX11-xcb.so.1", libx11xcb) GO("libX11-xcb.so", libx11xcb) GO("libxcb.so.1", libxcb) GO("libxcb.so", libxcb) +GO("libxcb-res.so.0", libxcbres) +GO("libxcb-res.so", libxcbres) GO("libopenal.so.1", openal) GO("libopenal.so.0", openal) |