From 1eb9029d752b12c3bacb6399bd78c2c63dfdda3c Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 7 Aug 2015 17:16:52 +0100 Subject: directxtex: Update to Jul 2015 release. With several local modifications for MinGW compatibility sake, including XNAMath fallback support. The main driver for this upgrade is to build errors with VS 2015. --- dispatch/compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dispatch') diff --git a/dispatch/compat.h b/dispatch/compat.h index be7ab787..9b73c4f8 100644 --- a/dispatch/compat.h +++ b/dispatch/compat.h @@ -55,6 +55,7 @@ #define _Always_(annos) #define _Analysis_noreturn_ +#define _Analysis_assume_(expr) #define _At_(target, annos) #define _At_buffer_(target, iter, bound, annos) #define _COM_Outptr_ -- cgit v1.2.3