---
 mingw-w64-headers/crt/_mingw.h.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mingw-w64-headers/crt/_mingw.h.in 
b/mingw-w64-headers/crt/_mingw.h.in
index 4c40da0c..794b7fe2 100644
--- a/mingw-w64-headers/crt/_mingw.h.in
+++ b/mingw-w64-headers/crt/_mingw.h.in
@@ -279,7 +279,9 @@ typedef int __int128 __attribute__ ((__mode__ (TI)));
 #endif
 #endif /* __nothrow */
 
+#ifndef RC_INVOKED
 #include <vadefs.h>    /* other headers depend on this include */
+#endif
 
 #ifndef _CRT_STRINGIZE
 #define __CRT_STRINGIZE(_Value) #_Value
@@ -542,6 +544,7 @@ extern "C" {
 #endif
 
 
+#ifndef RC_INVOKED
 #ifdef __MINGW_INTRIN_INLINE
 #ifdef __has_builtin
 #define __MINGW_DEBUGBREAK_IMPL !__has_builtin(__debugbreak)
@@ -559,6 +562,7 @@ __MINGW_INTRIN_INLINE void __cdecl __debugbreak(void)
 
 /* mingw-w64 specific functions: */
 const char *__mingw_get_crt_info (void);
+#endif /* RC_INVOKED */
 
 #ifdef __cplusplus
 }
-- 
2.15.1 (Apple Git-101)


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to