summaryrefslogtreecommitdiff
path: root/src/runtime/defs_windows.go
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2014-10-09 17:24:34 +1100
committerAlex Brainman <alex.brainman@gmail.com>2014-10-09 17:24:34 +1100
commit76b3936b738289481b81b6a520c4f03aef6afcf1 (patch)
treeb9a1c98248d5e40c19aea46dc6cc94cea6398c6c /src/runtime/defs_windows.go
parent01fd182471a4a06c5bdfb3184c4559fb8929bfd3 (diff)
downloadgo-76b3936b738289481b81b6a520c4f03aef6afcf1.tar.gz
undo CL 145150043 / 8b3d26697b8d
That was complete failure - builders are broken, but original cl worked fine on my system. I will need access to builders to test this change properly. ??? original CL description runtime: handle all windows exception Fixes issue 8006. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://codereview.appspot.com/145150043 ??? TBR=rsc R=golang-codereviews CC=golang-codereviews https://codereview.appspot.com/154180043
Diffstat (limited to 'src/runtime/defs_windows.go')
-rw-r--r--src/runtime/defs_windows.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/defs_windows.go b/src/runtime/defs_windows.go
index c27cc41dc..cb0f54d8a 100644
--- a/src/runtime/defs_windows.go
+++ b/src/runtime/defs_windows.go
@@ -59,9 +59,6 @@ const (
INFINITE = C.INFINITE
WAIT_TIMEOUT = C.WAIT_TIMEOUT
-
- EXCEPTION_CONTINUE_EXECUTION = C.EXCEPTION_CONTINUE_EXECUTION
- EXCEPTION_CONTINUE_SEARCH = C.EXCEPTION_CONTINUE_SEARCH
)
type SystemInfo C.SYSTEM_INFO