diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-08-29 18:17:49 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-08-29 18:17:57 +0200 |
| commit | 9ac536a1dd0a0b9bffebea3244d9533628c19b65 (patch) | |
| tree | e2319b6dd5e1f79427f93f046eca1420c3d86507 /src/wrapped32/generated/wrappedlibctypes32.h | |
| parent | 9820bee5e7e696e82a27d48051d526f289cc0d45 (diff) | |
| download | box64-9ac536a1dd0a0b9bffebea3244d9533628c19b65.tar.gz box64-9ac536a1dd0a0b9bffebea3244d9533628c19b65.zip | |
[BOX32] More fixes to ctype_b_loc and added a few more wrapped functions
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h index c6beb780..01a5c918 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -36,12 +36,14 @@ typedef void* (*pFpp_t)(void*, void*); typedef uintptr_t (*hFpp_t)(void*, void*); typedef void (*vFipV_t)(int32_t, void*, ...); typedef int32_t (*iFvpV_t)(void, void*, ...); +typedef int32_t (*iFiip_t)(int32_t, int32_t, void*); typedef int32_t (*iFiiN_t)(int32_t, int32_t, ...); typedef int32_t (*iFipp_t)(int32_t, void*, void*); 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 intptr_t (*lFipL_t)(int32_t, void*, uintptr_t); typedef void (*vFpLLp_t)(void*, uintptr_t, uintptr_t, void*); typedef void (*vFpppp_t)(void*, void*, void*, void*); typedef int32_t (*iFiiII_t)(int32_t, int32_t, int64_t, int64_t); |