diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-29 22:30:40 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-29 22:30:40 +0200 |
| commit | f7d7fbb9b0567e08b6694a46c34c944cbc2bfe15 (patch) | |
| tree | 7451d7e59efbe9d835d81a5f32ab1254ab714f2d /src/wrapped32/generated/wrappedlibctypes32.h | |
| parent | a6baf1f370743053f6c41085ce0fd9efd5ad0481 (diff) | |
| download | box64-f7d7fbb9b0567e08b6694a46c34c944cbc2bfe15.tar.gz box64-f7d7fbb9b0567e08b6694a46c34c944cbc2bfe15.zip | |
Revert a change ffrom previous build and pushed missing BOX32 generated files too
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h index b0c5f577..96400d22 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -70,7 +70,6 @@ typedef uintptr_t (*LFppi_t)(void*, void*, int32_t); typedef void* (*pFpii_t)(void*, int32_t, int32_t); typedef void* (*pFppv_t)(void*, void*, void); typedef void (*vFpLLp_t)(void*, uintptr_t, uintptr_t, void*); -typedef void (*vFpppp_t)(void*, void*, void*, void*); 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); @@ -149,7 +148,6 @@ typedef void* (*pFiiiiiiiiilt_t)(int32_t, int32_t, int32_t, int32_t, int32_t, in GO(sendmsg, lFipi_t) \ GO(writev, lFipi_t) \ GO(__realpath_chk, pFppv_t) \ - GO(__libc_init, vFpppp_t) \ GO(utimensat, iFippi_t) \ GO(getaddrinfo, iFpppp_t) \ GO(getgrgid_r, iFuppup_t) \ |