X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=sdk%2Flib%2Fcrt%2Fstartup%2Fgs_support.c;h=1a6d70d38cdf426367c888ee26883761453a769b;hp=efdfad4608f582c44f9ac7852ecc2b687470941b;hb=44023cb7d77ed4d7732bece807f255910c8c2c2d;hpb=b78916119963e4368adf0481ee98ba61e54174fe;ds=sidebyside diff --git a/sdk/lib/crt/startup/gs_support.c b/sdk/lib/crt/startup/gs_support.c index efdfad4608f..1a6d70d38cd 100644 --- a/sdk/lib/crt/startup/gs_support.c +++ b/sdk/lib/crt/startup/gs_support.c @@ -37,12 +37,14 @@ typedef union FILETIME ft_struct; } FT; +#ifndef _MSC_VER static EXCEPTION_RECORD GS_ExceptionRecord; static CONTEXT GS_ContextRecord; static const EXCEPTION_POINTERS GS_ExceptionPointers = { &GS_ExceptionRecord,&GS_ContextRecord }; +#endif DECLSPEC_SELECTANY UINT_PTR __security_cookie = DEFAULT_SECURITY_COOKIE; DECLSPEC_SELECTANY UINT_PTR __security_cookie_complement = ~(DEFAULT_SECURITY_COOKIE);