diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-06 17:35:00 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-06 17:35:00 +0100 |
| commit | 9d8381041d0d1603807f9364cca4838894a54c2a (patch) | |
| tree | 4f23b3bb9c83cdaae386fbeb16f951e3bbfe15f1 /src/wrapped/generated/wrappedlibxcbutiltypes.h | |
| parent | 5cf4226c1318e0a4bed74428bab3e2af47da4d8b (diff) | |
| download | box64-9d8381041d0d1603807f9364cca4838894a54c2a.tar.gz box64-9d8381041d0d1603807f9364cca4838894a54c2a.zip | |
Added wrapped (empty) libxcb-util.so (helps #468)
Diffstat (limited to 'src/wrapped/generated/wrappedlibxcbutiltypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibxcbutiltypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibxcbutiltypes.h b/src/wrapped/generated/wrappedlibxcbutiltypes.h new file mode 100644 index 00000000..6901749f --- /dev/null +++ b/src/wrapped/generated/wrappedlibxcbutiltypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibxcbutilTYPES_H_ +#define __wrappedlibxcbutilTYPES_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 // __wrappedlibxcbutilTYPES_H_ |