diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-12 19:09:14 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-02-12 19:09:14 +0100 |
| commit | 5fab7d29931ccf66ac41055042089be46e685abf (patch) | |
| tree | 6b3022495c32b7ab21bb59b55a2b0e7f97393275 /src/wrapped/generated/wrappedlibxcbpresenttypes.h | |
| parent | faee142876acdcfbf1b8119b6ffa76e0472f8f0d (diff) | |
| download | box64-5fab7d29931ccf66ac41055042089be46e685abf.tar.gz box64-5fab7d29931ccf66ac41055042089be46e685abf.zip | |
Added preliminary support for d3dadapter9, but need more work on calling convention
Diffstat (limited to 'src/wrapped/generated/wrappedlibxcbpresenttypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibxcbpresenttypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibxcbpresenttypes.h b/src/wrapped/generated/wrappedlibxcbpresenttypes.h new file mode 100644 index 00000000..47805f65 --- /dev/null +++ b/src/wrapped/generated/wrappedlibxcbpresenttypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibxcbpresentTYPES_H_ +#define __wrappedlibxcbpresentTYPES_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 // __wrappedlibxcbpresentTYPES_H_ |