diff options
Diffstat (limited to 'src/runtime/defs_windows.go')
| -rw-r--r-- | src/runtime/defs_windows.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/defs_windows.go b/src/runtime/defs_windows.go index 8d4e38120e..7e5d9570f8 100644 --- a/src/runtime/defs_windows.go +++ b/src/runtime/defs_windows.go @@ -57,6 +57,11 @@ type systeminfo struct { wprocessorrevision uint16 } +type exceptionpointers struct { + record *exceptionrecord + context *context +} + type exceptionrecord struct { exceptioncode uint32 exceptionflags uint32 |
