From 5b0884378dd9eb3d084771df6a9223a7092b1ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 19 Aug 2015 20:47:56 -0700 Subject: [PATCH] Cleanup. --- include/compat/mingw/sal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/compat/mingw/sal.h b/include/compat/mingw/sal.h index 26f2720..5fe9e5d 100644 --- a/include/compat/mingw/sal.h +++ b/include/compat/mingw/sal.h @@ -42,7 +42,7 @@ #define __ecount(size) #define __bcount(size) -#define __in +// #define __in // Conflicts with STL. #define __in_ecount(size) #define __in_bcount(size) #define __in_z @@ -52,7 +52,7 @@ #define __in_ecount_nz(size) #define __in_bcount_nz(size) #define __in_xcount_opt(size) -#define __out +// #define __out // Conflicts with STL. #define __out_ecount(size) #define __out_bcount(size) #define __out_ecount_part(size,length)