From 787b4f37ab4ef7b5a959f36ec3fce3d44a17be66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 23 Jan 2012 15:07:53 +0000 Subject: [PATCH] More MinGW<->DXSDK compatability fixes. --- compat.h | 3 +++ 1 file changed, 3 insertions(+) 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 /**/ -- 2.45.2