diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-11-30 21:37:55 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-11-30 21:37:55 +0100 |
| commit | 8cd27fca4d6c3724d4028096a6a654431db79692 (patch) | |
| tree | 9aa617e4e9399411840850f3572a8065e8c42f1e /src/wrapped/generated/wrappedlibbsdtypes.h | |
| parent | 3676ca15c892558dea0d4b1bda7c939486116a38 (diff) | |
| download | box64-8cd27fca4d6c3724d4028096a6a654431db79692.tar.gz box64-8cd27fca4d6c3724d4028096a6a654431db79692.zip | |
Added support for wrapped libbsd (needed for latest libstdc++ lib)
Diffstat (limited to 'src/wrapped/generated/wrappedlibbsdtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibbsdtypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibbsdtypes.h b/src/wrapped/generated/wrappedlibbsdtypes.h new file mode 100644 index 00000000..4bf0567a --- /dev/null +++ b/src/wrapped/generated/wrappedlibbsdtypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.2.0.18) * + *******************************************************************/ +#ifndef __wrappedlibbsdTYPES_H_ +#define __wrappedlibbsdTYPES_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 // __wrappedlibbsdTYPES_H_ |