SetUnhandledExceptionFilter is available in all Windows versions since NT 3.1.
---
 .../winstorecompat/src/SetUnhandledExceptionFilter.c            | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/mingw-w64-libraries/winstorecompat/src/SetUnhandledExceptionFilter.c 
b/mingw-w64-libraries/winstorecompat/src/SetUnhandledExceptionFilter.c
index bb90985866af..d4a92ef978e6 100644
--- a/mingw-w64-libraries/winstorecompat/src/SetUnhandledExceptionFilter.c
+++ b/mingw-w64-libraries/winstorecompat/src/SetUnhandledExceptionFilter.c
@@ -22,8 +22,6 @@
     DEALINGS IN THE SOFTWARE.
 */
 
-#define _WIN32_WINNT 0x501 /* SetUnhandledExceptionFilter is XP+ */
-
 #define SetUnhandledExceptionFilter __SetUnhandledExceptionFilter
 #include <windef.h>
 #include <winbase.h>
-- 
2.20.1



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to