about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedlibuuidtypes32.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-10-06 15:16:57 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-10-06 15:16:57 +0200
commit8965d9bd7041492ebeece6c8884d0fa37ed4cd8d (patch)
tree8d6daa7c5c95102d44e8b036f156589bdf8c8c52 /src/wrapped32/generated/wrappedlibuuidtypes32.h
parent37fe9bad6d73571735ffa329a91adf113b93acc4 (diff)
downloadbox64-8965d9bd7041492ebeece6c8884d0fa37ed4cd8d.tar.gz
box64-8965d9bd7041492ebeece6c8884d0fa37ed4cd8d.zip
[BOX32][WRAPPER] Added 32bits libuuid (with new wrapperhelper)
Diffstat (limited to 'src/wrapped32/generated/wrappedlibuuidtypes32.h')
-rw-r--r--src/wrapped32/generated/wrappedlibuuidtypes32.h17
1 files changed, 17 insertions, 0 deletions
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_