1 /*
2  * cardmod-mingw-compat.h: Compat defines to make minidriver with cardmod.h
3  *			   buildable under mingw
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  */
19 
20 #define __deref
21 #define __deref_opt_inout_bcount_part_opt(x,y)
22 #define __deref_opt_out_bcount(x)
23 #define __deref_out_bcount(x)
24 #define __deref_out_bcount_opt(x)
25 #define __deref_out_ecount(x)
26 #define __in
27 #define __in_bcount(x)
28 #define __in_bcount_opt(x)
29 #define __in_ecount(x)
30 #define __in_opt
31 #define __inout
32 #define __inout_bcount_full(x)
33 #define __inout_bcount_opt(x)
34 #define __out
35 #define __out_bcount(x)
36 #define __out_bcount_full(x)
37 #define __out_bcount_part_opt(x,y)
38 #define __out_bcount_part_opt(x,y)
39 #define __out_ecount(x)
40 #define __out_opt
41 #define __struct_bcount(x)
42 #define __success(x)
43 #define _Printf_format_string_
44 
45 #ifndef NTE_BUFFER_TOO_SMALL
46 #define NTE_BUFFER_TOO_SMALL _HRESULT_TYPEDEF_(0x80090028)
47 #endif
48