diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-26 14:04:49 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-26 14:04:49 +0100 |
| commit | 86c5dfd664ad6f53c03b60b71d76886701b54f9c (patch) | |
| tree | a24926649a439a784b8a25b6e5ddc8c4f9c00bb1 /src/library_list.h | |
| parent | c31aa8a78d3797417c8cf8e099dad66e59ca2910 (diff) | |
| download | box64-86c5dfd664ad6f53c03b60b71d76886701b54f9c.tar.gz box64-86c5dfd664ad6f53c03b60b71d76886701b54f9c.zip | |
Added (faked) crashhandler wrapped lib
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h index 50dc57ad..0f74ea86 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -143,4 +143,4 @@ GO("libgnutls.so.30", gnutls) GO("ld-linux-x86-64.so.2", ldlinux) -//GO("crashhandler.so", crashhandler) +GO("crashhandler.so", crashhandler) |