]> wimlib.net Git - wimlib/blobdiff - tools/wimgapi_wrapper.h
Add program to run compression benchmarks
[wimlib] / tools / wimgapi_wrapper.h
diff --git a/tools/wimgapi_wrapper.h b/tools/wimgapi_wrapper.h
new file mode 100644 (file)
index 0000000..52a46fc
--- /dev/null
@@ -0,0 +1,25 @@
+#define _In_
+#define __in
+#define __out
+#define __in_opt
+#define __out_opt
+#define __inout
+#define __out_bcount(x)
+#define __in_bcount(x)
+#define __out_bcount_opt(x)
+#define _Out_opt_
+#define _Out_
+#define _Out_writes_bytes_to_(x, y)
+#define _Inout_
+#define _In_opt_
+#define _Out_writes_bytes_opt_(x)
+#define _Out_writes_bytes_(x)
+#define __typefix(x)
+#define __deref_out_ecount_z(x)
+#define _In_reads_bytes_(x)
+
+#include <stdio.h>
+#include <windows.h>
+#include "wimgapi.h"
+
+#define WIM_FLAG_SOLID 0x20000000 /* undocumented */