Signed-off-by: Mark Harmstone <[email protected]>

---
 .../lib-common/api-ms-win-core-errorhandling-l1-1-1.def        | 3 +++
 .../lib-common/api-ms-win-core-errorhandling-l1-1-3.def        | 1 +
 mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def   | 3 +++
 mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def   | 1 +
 4 files changed, 8 insertions(+)

diff --git a/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-1.def 
b/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-1.def
index 180e3aa1e..f6f1af37a 100644
--- a/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-1.def
+++ b/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-1.def
@@ -2,11 +2,14 @@ LIBRARY api-ms-win-core-errorhandling-l1-1-1
 
 EXPORTS
 
+AddVectoredContinueHandler
 AddVectoredExceptionHandler
 GetErrorMode
 GetLastError
 RaiseException
+RemoveVectoredContinueHandler
 RemoveVectoredExceptionHandler
+RestoreLastError
 SetErrorMode
 SetLastError
 SetUnhandledExceptionFilter
diff --git a/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-3.def 
b/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-3.def
index c7722da33..446e4ebbb 100644
--- a/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-3.def
+++ b/mingw-w64-crt/lib-common/api-ms-win-core-errorhandling-l1-1-3.def
@@ -15,4 +15,5 @@ SetErrorMode
 SetLastError
 SetThreadErrorMode
 SetUnhandledExceptionFilter
+TerminateProcessOnMemoryExhaustion
 UnhandledExceptionFilter
diff --git a/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def 
b/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def
index 5564cd8bf..dff52aaca 100644
--- a/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def
+++ b/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-1.def
@@ -2,11 +2,14 @@ LIBRARY api-ms-win-core-errorhandling-l1-1-1
 
 EXPORTS
 
+AddVectoredContinueHandler@8
 AddVectoredExceptionHandler@8
 GetErrorMode@0
 GetLastError@0
 RaiseException@16
+RemoveVectoredContinueHandler@4
 RemoveVectoredExceptionHandler@4
+RestoreLastError@4
 SetErrorMode@4
 SetLastError@4
 SetUnhandledExceptionFilter@4
diff --git a/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def 
b/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def
index 44c9501f2..d11801d77 100644
--- a/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def
+++ b/mingw-w64-crt/lib32/api-ms-win-core-errorhandling-l1-1-3.def
@@ -15,4 +15,5 @@ SetErrorMode@4
 SetLastError@4
 SetThreadErrorMode@8
 SetUnhandledExceptionFilter@4
+TerminateProcessOnMemoryExhaustion@4
 UnhandledExceptionFilter@4
-- 
2.41.0



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

Reply via email to