diff options
| author | kaixindeken <zra981217@tju.edu.cn> | 2024-07-15 14:23:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 08:23:14 +0200 |
| commit | 94ccde160a74623dfffac6367fb8bddb7e97d6aa (patch) | |
| tree | c3e75855da415d78fc810c119ea2e462bcbf71b4 /src/wrapped/generated/wrappedlibltdl7types.h | |
| parent | d8746c6c70007417ececbcfafa5a47fd6e47ba4f (diff) | |
| download | box64-94ccde160a74623dfffac6367fb8bddb7e97d6aa.tar.gz box64-94ccde160a74623dfffac6367fb8bddb7e97d6aa.zip | |
Wrapped libtiff5 and libltdl7 (#1677)
* Wrapped libtiff5 * no types generated * libtiff5 added missing defs types undefs files * wrapped libltdl7 * rerun actions * add more wrapped function for tiff5 and ltdl7 * remove unused functions
Diffstat (limited to 'src/wrapped/generated/wrappedlibltdl7types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibltdl7types.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibltdl7types.h b/src/wrapped/generated/wrappedlibltdl7types.h new file mode 100644 index 00000000..90c557d2 --- /dev/null +++ b/src/wrapped/generated/wrappedlibltdl7types.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibltdl7TYPES_H_ +#define __wrappedlibltdl7TYPES_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 // __wrappedlibltdl7TYPES_H_ \ No newline at end of file |