diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-01-26 16:42:27 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-01-26 16:42:27 +0100 |
| commit | c3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf (patch) | |
| tree | 060a9c07b502ec0f3d7baa7facd8addd072b4427 /src/wrapped32/generated/wrappedlibcupstypes32.h | |
| parent | c566ba970d0b36d15bd93bb3da4065e825627197 (diff) | |
| download | box64-c3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf.tar.gz box64-c3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf.zip | |
[BOX32][WRAPPER] Added some minium 32bits wrapping for libcups (helps wine)
Diffstat (limited to 'src/wrapped32/generated/wrappedlibcupstypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibcupstypes32.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibcupstypes32.h b/src/wrapped32/generated/wrappedlibcupstypes32.h new file mode 100644 index 00000000..e7654f52 --- /dev/null +++ b/src/wrapped32/generated/wrappedlibcupstypes32.h @@ -0,0 +1,21 @@ +/********************************************************************* + * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) * + *********************************************************************/ +#ifndef __wrappedlibcupsTYPES32_H_ +#define __wrappedlibcupsTYPES32_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + +typedef int32_t (*iFp_t)(void*); +typedef void (*vFip_t)(int32_t, void*); + +#define SUPER() ADDED_FUNCTIONS() \ + GO(cupsGetDests, iFp_t) \ + GO(cupsFreeDests, vFip_t) + +#endif // __wrappedlibcupsTYPES32_H_ |