From: José Fonseca Date: Mon, 23 Jan 2012 15:07:53 +0000 (+0000) Subject: More MinGW<->DXSDK compatability fixes. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=787b4f37ab4ef7b5a959f36ec3fce3d44a17be66;p=apitrace More MinGW<->DXSDK compatability fixes. --- diff --git a/compat.h b/compat.h index b74bfd4..5fe7912 100644 --- a/compat.h +++ b/compat.h @@ -58,6 +58,9 @@ #define __out_ecount_z(x) #define __nullterminated #define __notnull +#define __field_ecount_opt(x) +#define __range(x,y) +#define __out_ecount_part_opt(x,y) #ifndef DECLSPEC_DEPRECATED #define DECLSPEC_DEPRECATED /**/