diff options
| author | ZoHan <114734429+LiZhuoheng-coder@users.noreply.github.com> | 2024-05-23 13:49:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 07:49:52 +0200 |
| commit | 7ebd92be7dab9f3959c8c25f73d3637ddcd72149 (patch) | |
| tree | 42cad91a1e34d79039aec3d2d4dd9773aea62d87 /src/wrapped/generated/wrappedpsl5types.h | |
| parent | 22b2f63917e0125567dd4a152c98a87ba27bd896 (diff) | |
| download | box64-7ebd92be7dab9f3959c8c25f73d3637ddcd72149.tar.gz box64-7ebd92be7dab9f3959c8c25f73d3637ddcd72149.zip | |
Wrapped libpsl5 (#1523)
* Wrapped libpsl5 * Recover files
Diffstat (limited to 'src/wrapped/generated/wrappedpsl5types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedpsl5types.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedpsl5types.h b/src/wrapped/generated/wrappedpsl5types.h new file mode 100644 index 00000000..44310fa3 --- /dev/null +++ b/src/wrapped/generated/wrappedpsl5types.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedpsl5TYPES_H_ +#define __wrappedpsl5TYPES_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 // __wrappedpsl5TYPES_H_ |