diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-30 15:07:01 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-30 15:07:01 +0100 |
| commit | 2971e9729c3b2ef61ea9568d76ce7064f5c36cac (patch) | |
| tree | 7e112bbfad7499b5198f5cba80012d5e4de71825 /src/wrapped32/generated/wrappedlibctypes32.h | |
| parent | 6b2d92304199ac648cc9f1c275fa79795662ba57 (diff) | |
| download | box64-2971e9729c3b2ef61ea9568d76ce7064f5c36cac.tar.gz box64-2971e9729c3b2ef61ea9568d76ce7064f5c36cac.zip | |
[BOX32][WRAPPER] This should fix the build
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h index 97cbd7bb..61534ccc 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -24,7 +24,6 @@ typedef uint32_t (*uES_t)(void*); typedef uint64_t (*UEp_t)(void*); typedef intptr_t (*lEi_t)(int32_t); typedef intptr_t (*lEp_t)(void*); -typedef intptr_t (*lEV_t)(...); typedef intptr_t (*lES_t)(void*); typedef uintptr_t (*LEL_t)(uintptr_t); typedef void* (*pEv_t)(void); @@ -53,6 +52,7 @@ typedef int64_t (*IEII_t)(int64_t, int64_t); typedef uint64_t (*UEUU_t)(uint64_t, uint64_t); typedef double (*KFKi_t)(double, int32_t); typedef double (*KFKp_t)(double, void*); +typedef intptr_t (*lEuV_t)(uint32_t, ...); typedef void* (*pEip_t)(int32_t, void*); typedef void* (*pELL_t)(uintptr_t, uintptr_t); typedef void* (*pEpi_t)(void*, int32_t); |