diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-23 22:29:11 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-23 22:29:11 +0100 |
| commit | d7e712f48b33ed5431763806bdffe3f7ccbb32a1 (patch) | |
| tree | 22d3b3f0bb390b0ce9a897a5219660ce136f8d65 /src/wrapped/generated/wrapper.h | |
| parent | 0f9b48d44642fd3d338d23b85b74fe2ee64ad3a6 (diff) | |
| download | box64-d7e712f48b33ed5431763806bdffe3f7ccbb32a1.tar.gz box64-d7e712f48b33ed5431763806bdffe3f7ccbb32a1.zip | |
Fixed mbsrtowcs function signature
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 7c0425e8..f5bd89fc 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -311,7 +311,6 @@ void LFLpu(x64emu_t *emu, uintptr_t fnc); void LFLpL(x64emu_t *emu, uintptr_t fnc); void LFpii(x64emu_t *emu, uintptr_t fnc); void LFppi(x64emu_t *emu, uintptr_t fnc); -void LFppL(x64emu_t *emu, uintptr_t fnc); void LFSpL(x64emu_t *emu, uintptr_t fnc); void pFEip(x64emu_t *emu, uintptr_t fnc); void pFEpi(x64emu_t *emu, uintptr_t fnc); @@ -467,6 +466,7 @@ void LFpuuu(x64emu_t *emu, uintptr_t fnc); void LFpLLp(x64emu_t *emu, uintptr_t fnc); void LFpLpp(x64emu_t *emu, uintptr_t fnc); void LFppii(x64emu_t *emu, uintptr_t fnc); +void LFppLp(x64emu_t *emu, uintptr_t fnc); void pFEipp(x64emu_t *emu, uintptr_t fnc); void pFEupp(x64emu_t *emu, uintptr_t fnc); void pFEpii(x64emu_t *emu, uintptr_t fnc); |