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/wrapped/wrappedcrashhandler_private.h | |
| parent | c31aa8a78d3797417c8cf8e099dad66e59ca2910 (diff) | |
| download | box64-86c5dfd664ad6f53c03b60b71d76886701b54f9c.tar.gz box64-86c5dfd664ad6f53c03b60b71d76886701b54f9c.zip | |
Added (faked) crashhandler wrapped lib
Diffstat (limited to 'src/wrapped/wrappedcrashhandler_private.h')
| -rwxr-xr-x | src/wrapped/wrappedcrashhandler_private.h | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/wrapped/wrappedcrashhandler_private.h b/src/wrapped/wrappedcrashhandler_private.h new file mode 100755 index 00000000..52ed57d6 --- /dev/null +++ b/src/wrapped/wrappedcrashhandler_private.h @@ -0,0 +1,49 @@ +#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA)) +#error Meh.... +#endif + +//GO(Breakpad_SetSteamID, +//DATAB(__bss_start, +//GO(CreateInterface, +//DATAB(_edata, +//DATAB(_end, +//GO(_fini, +//GO(_init, +//GO(SteamRealPath, +//GO(__wrap_access, +//GO(__wrap_chmod, +//GO(__wrap_chown, +//GO(__wrap_dlmopen, +//GO(__wrap_dlopen, +//GO(__wrap_fopen, +//GO(__wrap_fopen64, +//GO(__wrap_freopen, +//GO(__wrap_lchown, +//GO(__wrap_link, +//GO(__wrap_lstat, +//GO(__wrap_lstat64, +//GO(__wrap___lxstat, +//GO(__wrap___lxstat64, +//GO(__wrap_mkdir, +//GO(__wrap_mkfifo, +//GO(__wrap_mknod, +//GO(__wrap_mount, +//GO(__wrap_open, +//GO(__wrap_open64, +//GO(__wrap_opendir, +//GO(__wrap_rename, +//GO(__wrap_rmdir, +//GO(__wrap_scandir, +//GO(__wrap_scandir64, +//GO(__wrap_stat, +//GO(__wrap_stat64, +//GO(__wrap_statfs, +//GO(__wrap_statfs64, +//GO(__wrap_statvfs, +//GO(__wrap_statvfs64, +//GO(__wrap_symlink, +//GO(__wrap_unlink, +//GO(__wrap_utime, +//GO(__wrap_utimes, +//GO(__wrap___xstat, +//GO(__wrap___xstat64, |