From 63a72092d867e5cd3d78d5587ebd93776daf207a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 14 Nov 2020 11:13:44 -0800 Subject: [PATCH] Cleanup. --- src/renderer_d3d12.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer_d3d12.h b/src/renderer_d3d12.h index ea97feda6..bf175d5c6 100644 --- a/src/renderer_d3d12.h +++ b/src/renderer_d3d12.h @@ -20,13 +20,13 @@ #if defined(__MINGW32__) // BK - temp workaround for MinGW until I nuke d3dx12 usage. extern "C++" { -#if __cpp_constexpr >= 200704L && __cpp_inline_variables >= 201606L +# if __cpp_constexpr >= 200704L && __cpp_inline_variables >= 201606L __extension__ template constexpr const GUID& __mingw_uuidof(); -#else +# else __extension__ template const GUID& __mingw_uuidof(); -#endif +# endif template<> const GUID& __mingw_uuidof()