We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8303010 commit b2c5423Copy full SHA for b2c5423
doc/go1.22.html
@@ -203,6 +203,13 @@ <h2 id="runtime">Runtime</h2>
203
workaround will be removed in a future release.
204
</p>
205
206
+<p><!-- CL 525475 -->
207
+ On the <code>windows/amd64 port</code>, programs linking or loading Go libraries built with
208
+ <code>-buildmode=c-archive</code> or <code>-buildmode=c-shared</code> can now use
209
+ the <code>SetUnhandledExceptionFilter</code> Win32 function to catch exceptions not handled
210
+ by the Go runtime. Note that this was already supported on the <code>windows/386</code> port.
211
+</p>
212
+
213
<h2 id="compiler">Compiler</h2>
214
215
<p><!-- https://go.dev/issue/61577 -->
0 commit comments