Бранимир Караџић 5 år sedan
förälder
incheckning
63a72092d8
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/renderer_d3d12.h

+ 3 - 3
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<typename Ty>
 	constexpr const GUID& __mingw_uuidof();
-#else
+#	else
 	__extension__ template<typename Ty>
 	const GUID& __mingw_uuidof();
-#endif
+#	endif
 
 	template<>
 	const GUID& __mingw_uuidof<ID3D12Device>()