X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FTSO.h;h=088097ea507588a705b53f34606a26e03f69763f;hp=3f7923d5daf50038832c572a3e699c149bc650a3;hb=9bbcd77cf9b66940058dbea1827db594e8ff6d7f;hpb=69d5d3266dab36d9bfbe7da8ca9e077619516809 diff --git a/includes/TSO.h b/includes/TSO.h index 3f7923d..088097e 100644 --- a/includes/TSO.h +++ b/includes/TSO.h @@ -159,6 +159,9 @@ typedef struct StgTSO_ { #ifdef DIST StgTSODistInfo dist; #endif +#ifdef mingw32_HOST_OS + StgWord32 saved_winerror; +#endif /* The thread stack... */ StgWord32 stack_size; /* stack size in *words* */