diff options
| author | LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> | 2024-06-11 14:02:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 08:02:11 +0200 |
| commit | 9ed2e3bbf22f6fe2041b3119fc10a57cfca31406 (patch) | |
| tree | 0eecea1f7297360fd3883b458d5f682989a92343 /src/wrapped/generated | |
| parent | 8b3cd23045d0673abce1f200133de0cb33fb3b4f (diff) | |
| download | box64-9ed2e3bbf22f6fe2041b3119fc10a57cfca31406.tar.gz box64-9ed2e3bbf22f6fe2041b3119fc10a57cfca31406.zip | |
Wrapped libunistring2 (#1577)
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibunistring2defs.h | 8 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibunistring2types.h | 17 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibunistring2undefs.h | 8 |
4 files changed, 34 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index a185ec75..14b843f0 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -4786,6 +4786,7 @@ wrappedlibtinfo: wrappedlibtinfo6: - iFpip: - tputs +wrappedlibunistring2: wrappedlibusb1: - iFp: - libusb_cancel_transfer diff --git a/src/wrapped/generated/wrappedlibunistring2defs.h b/src/wrapped/generated/wrappedlibunistring2defs.h new file mode 100644 index 00000000..52044144 --- /dev/null +++ b/src/wrapped/generated/wrappedlibunistring2defs.h @@ -0,0 +1,8 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibunistring2DEFS_H_ +#define __wrappedlibunistring2DEFS_H_ + + +#endif // __wrappedlibunistring2DEFS_H_ diff --git a/src/wrapped/generated/wrappedlibunistring2types.h b/src/wrapped/generated/wrappedlibunistring2types.h new file mode 100644 index 00000000..25a30d9e --- /dev/null +++ b/src/wrapped/generated/wrappedlibunistring2types.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibunistring2TYPES_H_ +#define __wrappedlibunistring2TYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + + +#define SUPER() ADDED_FUNCTIONS() + +#endif // __wrappedlibunistring2TYPES_H_ diff --git a/src/wrapped/generated/wrappedlibunistring2undefs.h b/src/wrapped/generated/wrappedlibunistring2undefs.h new file mode 100644 index 00000000..88de83f1 --- /dev/null +++ b/src/wrapped/generated/wrappedlibunistring2undefs.h @@ -0,0 +1,8 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibunistring2UNDEFS_H_ +#define __wrappedlibunistring2UNDEFS_H_ + + +#endif // __wrappedlibunistring2UNDEFS_H_ |