From 8965d9bd7041492ebeece6c8884d0fa37ed4cd8d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 6 Oct 2024 15:16:57 +0200 Subject: [BOX32][WRAPPER] Added 32bits libuuid (with new wrapperhelper) --- src/wrapped32/generated/wrappedlibuuidtypes32.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/wrapped32/generated/wrappedlibuuidtypes32.h (limited to 'src/wrapped32/generated/wrappedlibuuidtypes32.h') diff --git a/src/wrapped32/generated/wrappedlibuuidtypes32.h b/src/wrapped32/generated/wrappedlibuuidtypes32.h new file mode 100644 index 00000000..10e237dd --- /dev/null +++ b/src/wrapped32/generated/wrappedlibuuidtypes32.h @@ -0,0 +1,17 @@ +/********************************************************************* + * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) * + *********************************************************************/ +#ifndef __wrappedlibuuidTYPES32_H_ +#define __wrappedlibuuidTYPES32_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 // __wrappedlibuuidTYPES32_H_ -- cgit 1.4.1