diff options
| author | Ondřej Surý <ondrej@sury.org> | 2011-09-13 12:00:31 +0200 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2011-09-13 12:00:31 +0200 |
| commit | 04f99b387021a8ce32a8795360cba9beaf986a81 (patch) | |
| tree | f806c632c5dec5bb83190946d6d8ff8bd33c0e57 /src/pkg/runtime/windows/defs.c | |
| parent | d9514677ddaa705852cbba5034cb6d284261b53a (diff) | |
| download | golang-04f99b387021a8ce32a8795360cba9beaf986a81.tar.gz | |
Imported Upstream version 2011.09.07upstream-weekly/2011.09.07
Diffstat (limited to 'src/pkg/runtime/windows/defs.c')
| -rw-r--r-- | src/pkg/runtime/windows/defs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pkg/runtime/windows/defs.c b/src/pkg/runtime/windows/defs.c index 3b2824940..b076afd5d 100644 --- a/src/pkg/runtime/windows/defs.c +++ b/src/pkg/runtime/windows/defs.c @@ -33,5 +33,10 @@ enum { }; typedef EXCEPTION_RECORD $ExceptionRecord; +#ifdef _X86_ typedef FLOATING_SAVE_AREA $FloatingSaveArea; +#endif +#ifdef _AMD64_ +typedef M128A $M128a; +#endif typedef CONTEXT $Context; |
