diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-07-12 18:51:30 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-07-12 18:51:30 +0200 |
| commit | 7c1637328a46a4cf7fa0b31320bcee76abfb2982 (patch) | |
| tree | bfd916fb8999922a5a84e012cdab6656277965ec /src/wrapped/generated/wrappedcaptypes.h | |
| parent | 0224346ed876dc17ac9b61c8612dcfb64465301c (diff) | |
| download | box64-7c1637328a46a4cf7fa0b31320bcee76abfb2982.tar.gz box64-7c1637328a46a4cf7fa0b31320bcee76abfb2982.zip | |
Added empty wrapped libcap.so.2 and libgomp.so.2
Diffstat (limited to 'src/wrapped/generated/wrappedcaptypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedcaptypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedcaptypes.h b/src/wrapped/generated/wrappedcaptypes.h new file mode 100644 index 00000000..73612a47 --- /dev/null +++ b/src/wrapped/generated/wrappedcaptypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.2.0.17) * + *******************************************************************/ +#ifndef __wrappedcapTYPES_H_ +#define __wrappedcapTYPES_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 // __wrappedcapTYPES_H_ |