diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-07-31 13:38:01 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-07-31 13:38:22 +0200 |
| commit | e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd (patch) | |
| tree | b9efa9e0ba1331bbe4d3ccf100cf465b720e3faf /src/wrapped/generated/wrappedlibztypes.h | |
| parent | c8640caba352bed19d7289cf9761c0d14d3d2b19 (diff) | |
| download | box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.tar.gz box64-e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd.zip | |
Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN'T WORK, FIX UNDERWAY]
Diffstat (limited to 'src/wrapped/generated/wrappedlibztypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibztypes.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wrapped/generated/wrappedlibztypes.h b/src/wrapped/generated/wrappedlibztypes.h index 24dee671..ce8747c3 100644 --- a/src/wrapped/generated/wrappedlibztypes.h +++ b/src/wrapped/generated/wrappedlibztypes.h @@ -1,5 +1,5 @@ /******************************************************************* - * File automatically generated by rebuild_wrappers.py (v2.0.1.14) * + * File automatically generated by rebuild_wrappers.py (v2.0.2.15) * *******************************************************************/ #ifndef __wrappedlibzTYPES_H_ #define __wrappedlibzTYPES_H_ @@ -14,15 +14,16 @@ typedef int64_t (*iFp_t)(void*); typedef int64_t (*iFppi_t)(void*, void*, int64_t); typedef int64_t (*iFpipi_t)(void*, int64_t, void*, int64_t); +typedef int64_t (*iFpippi_t)(void*, int64_t, void*, void*, int64_t); typedef int64_t (*iFpiiiiipi_t)(void*, int64_t, int64_t, int64_t, int64_t, int64_t, void*, int64_t); #define SUPER() ADDED_FUNCTIONS() \ GO(deflateEnd, iFp_t) \ GO(inflateEnd, iFp_t) \ - GO(inflateInit, iFp_t) \ GO(inflateInit_, iFppi_t) \ GO(deflateInit_, iFpipi_t) \ GO(inflateInit2_, iFpipi_t) \ + GO(inflateBackInit_, iFpippi_t) \ GO(deflateInit2_, iFpiiiiipi_t) #endif // __wrappedlibzTYPES_H_ |