diff options
| author | LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> | 2024-06-06 15:48:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 09:48:31 +0200 |
| commit | 67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee (patch) | |
| tree | 5c35f3dd8faa34366ba552ffeab7adb26d9f3062 /src/wrapped/generated/wrappedlibtasn1types.h | |
| parent | 9e97e96b87547154585c5e0f8c96d3bf63545ab8 (diff) | |
| download | box64-67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee.tar.gz box64-67d587cd9bfd5d8594df7ec1ba78ebe002b7dbee.zip | |
Wrapped libtasn1-6 (#1563)
Diffstat (limited to 'src/wrapped/generated/wrappedlibtasn1types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibtasn1types.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibtasn1types.h b/src/wrapped/generated/wrappedlibtasn1types.h new file mode 100644 index 00000000..02a76bb5 --- /dev/null +++ b/src/wrapped/generated/wrappedlibtasn1types.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.4.0.21) * + *******************************************************************/ +#ifndef __wrappedlibtasn1TYPES_H_ +#define __wrappedlibtasn1TYPES_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 // __wrappedlibtasn1TYPES_H_ |