diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-06 18:05:42 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-06 18:05:42 +0100 |
| commit | b8300add62f1a865e3daf1077e6b6e1d61ea6240 (patch) | |
| tree | a9c3d012128795f9f76ca97b7f08c691a599b057 /src/wrapped/generated/wrappedlibxcbsynctypes.h | |
| parent | 97cb1e2080245cb3607bb22404605a194d040e58 (diff) | |
| download | box64-b8300add62f1a865e3daf1077e6b6e1d61ea6240.tar.gz box64-b8300add62f1a865e3daf1077e6b6e1d61ea6240.zip | |
Added wrapped libxcb-sync.so (helps #468)
Diffstat (limited to 'src/wrapped/generated/wrappedlibxcbsynctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibxcbsynctypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibxcbsynctypes.h b/src/wrapped/generated/wrappedlibxcbsynctypes.h new file mode 100644 index 00000000..f1699cd5 --- /dev/null +++ b/src/wrapped/generated/wrappedlibxcbsynctypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibxcbsyncTYPES_H_ +#define __wrappedlibxcbsyncTYPES_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 // __wrappedlibxcbsyncTYPES_H_ |