diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-19 13:22:28 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-19 13:22:28 +0200 |
| commit | bfd9f79267156c71e2451b847a89479941a98d3b (patch) | |
| tree | c1c3fc1ed3a4d93806b8b0d75041223fb269db52 /src/include | |
| parent | f7c596317bf6f08f687f696ed16f394384e01abd (diff) | |
| download | box64-bfd9f79267156c71e2451b847a89479941a98d3b.tar.gz box64-bfd9f79267156c71e2451b847a89479941a98d3b.zip | |
[WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and libxcb-private
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/bridge.h b/src/include/bridge.h index a01a5b67..8a760939 100644 --- a/src/include/bridge.h +++ b/src/include/bridge.h @@ -16,6 +16,7 @@ uintptr_t AddCheckBridge(bridge_t* bridge, wrapper_t w, void* fnc, int N, const uintptr_t AddAutomaticBridge(bridge_t* bridge, wrapper_t w, void* fnc, int N, const char* name); void* GetNativeFnc(uintptr_t fnc); void* GetNativeFncOrFnc(uintptr_t fnc); +void* GetNativeOrAlt(void* fnc, void* alt); uintptr_t AddVSyscall(bridge_t* bridge, int num); |