diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-01 17:09:54 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-01 17:09:54 +0200 |
| commit | 759cef6e015a7fe99bc94cd70da92e8f00584db9 (patch) | |
| tree | 9461b79c03e5cbe0c7454109a53aebd952b2ec44 /src/wrapped32/generated/wrappedlibctypes32.h | |
| parent | 02364151bcba524825838140f3d1a61db59dab88 (diff) | |
| download | box64-759cef6e015a7fe99bc94cd70da92e8f00584db9.tar.gz box64-759cef6e015a7fe99bc94cd70da92e8f00584db9.zip | |
[BOX32] Fixes and hacks to get steamcmd shows the prompt
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h index 0e84d953..147135fe 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -55,6 +55,7 @@ typedef int32_t (*iFppL_t)(void*, void*, uintptr_t); typedef int32_t (*iFppp_t)(void*, void*, void*); typedef int32_t (*iFppV_t)(void*, void*, ...); typedef int32_t (*iFpOu_t)(void*, int32_t, uint32_t); +typedef int32_t (*iFhpp_t)(uintptr_t, void*, void*); typedef double (*KFppa_t)(void*, void*, void*); typedef intptr_t (*lFipi_t)(int32_t, void*, int32_t); typedef intptr_t (*lFipL_t)(int32_t, void*, uintptr_t); @@ -68,11 +69,11 @@ typedef int32_t (*iFivpV_t)(int32_t, void, void*, ...); typedef int32_t (*iFiiip_t)(int32_t, int32_t, int32_t, void*); typedef int32_t (*iFipii_t)(int32_t, void*, int32_t, int32_t); typedef int32_t (*iFLLLL_t)(uintptr_t, uintptr_t, uintptr_t, uintptr_t); -typedef int32_t (*iFpvpp_t)(void*, void, void*, void*); typedef int32_t (*iFpupV_t)(void*, uint32_t, void*, ...); typedef int32_t (*iFpLpV_t)(void*, uintptr_t, void*, ...); typedef int32_t (*iFppiV_t)(void*, void*, int32_t, ...); typedef int32_t (*iFpppp_t)(void*, void*, void*, void*); +typedef int32_t (*iFhvpp_t)(uintptr_t, void, void*, void*); typedef int32_t (*iFhvpV_t)(uintptr_t, void, void*, ...); typedef uintptr_t (*LFppiv_t)(void*, void*, int32_t, void); typedef int32_t (*iFpvvpV_t)(void*, void, void, void*, ...); |