]> wimlib.net Git - wimlib/blob - tools/wimgapi_wrapper.h
libattr is no longer needed
[wimlib] / tools / wimgapi_wrapper.h
1 #define _In_
2 #define __in
3 #define __out
4 #define __in_opt
5 #define __out_opt
6 #define __inout
7 #define __out_bcount(x)
8 #define __in_bcount(x)
9 #define __out_bcount_opt(x)
10 #define _Out_opt_
11 #define _Out_
12 #define _Out_writes_bytes_to_(x, y)
13 #define _Inout_
14 #define _In_opt_
15 #define _Out_writes_bytes_opt_(x)
16 #define _Out_writes_bytes_(x)
17 #define __typefix(x)
18 #define __deref_out_ecount_z(x)
19 #define _In_reads_bytes_(x)
20
21 #include <stdio.h>
22 #include <windows.h>
23 #include "wimgapi.h"
24
25 #define WIM_FLAG_SOLID 0x20000000 /* undocumented */