From 3e49bf536db47b45d5ecc9af6656e082d47983e0 Mon Sep 17 00:00:00 2001 From: Mike Popoloski Date: Fri, 10 Apr 2015 22:08:04 -0400 Subject: [PATCH] Can't use #ifdef for checking IID_ID3D11ShaderReflection, because it's not a macro... --- tools/shaderc/shaderc_d3d11.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/shaderc/shaderc_d3d11.cpp b/tools/shaderc/shaderc_d3d11.cpp index 433701b94..95c922b04 100644 --- a/tools/shaderc/shaderc_d3d11.cpp +++ b/tools/shaderc/shaderc_d3d11.cpp @@ -14,11 +14,6 @@ # define D3D_SVF_USED 2 #endif // D3D_SVF_USED -#ifndef IID_ID3D11ShaderReflection -static const GUID GUID_ID3D11ShaderReflection = { 0x0a233719, 0x3960, 0x4578, { 0x9d, 0x7c, 0x20, 0x3b, 0x8b, 0x1d, 0x9c, 0xc1 } }; -# define IID_ID3D11ShaderReflection GUID_ID3D11ShaderReflection -#endif // IID_ID3D11ShaderReflection - struct CTHeader { uint32_t Size;