We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e228d15 commit 0ed1713Copy full SHA for 0ed1713
src/render/direct3d11/SDL_render_d3d11.c
@@ -54,7 +54,7 @@ extern ISwapChainBackgroundPanelNative * WINRT_GlobalSwapChainBackgroundPanelNat
54
#endif /* __WINRT__ */
55
56
57
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && !defined(__clang__)
58
#define SDL_COMPOSE_ERROR(str) __FUNCTION__ ", " str
59
#else
60
#define SDL_COMPOSE_ERROR(str) SDL_STRINGIFY_ARG(__FUNCTION__) ", " str
0 commit comments