]> Cypherpunks repositories - gostls13.git/commit
runtime: do not use AddVectoredContinueHandler on Windows XP/2003.
authorDaniel Theophanes <kardianos@gmail.com>
Sat, 28 Mar 2015 06:03:22 +0000 (23:03 -0700)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 30 Mar 2015 03:37:55 +0000 (03:37 +0000)
commit77f4571f71888b7b813ebd59e3803bf9e73a077b
tree37cf805cf74bb1f5220f9442ba3aa9c30d2a5bd2
parentca98dd773a3cc759399897a343bfca27eda42fc1
runtime: do not use AddVectoredContinueHandler on Windows XP/2003.

When Windows Error Reporting dialog is disabled on amd64
Windows XP or 2003, the continue handler does not fire. Newer
versions work correctly regardless of WER.

Fixes #10162

Change-Id: I84ea36ee188b34d1421a8db6231223cf61b4111b
Reviewed-on: https://go-review.googlesource.com/8165
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/runtime/os1_windows.go