1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00

Change 160044: fill in mutator context with lpexception_pointers not lpexception_record

Copied from Perforce
 Change: 19436
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Tony Mann 1998-04-20 11:54:30 +01:00
parent 49279c09c0
commit cc121d93c2

View file

@ -1,6 +1,6 @@
/* impl.c.protw3: PROTECTION FOR WIN32
*
* $HopeName: MMsrc!protw3.c(trunk.12) $
* $HopeName: MMsrc!protw3.c(trunk.13) $
* Copyright (C) 1995, 1997 Harlequin Group, all rights reserved
*/
@ -18,7 +18,7 @@
#include "mpswin.h"
SRCID(protw3, "$HopeName: MMsrc!protw3.c(trunk.12) $");
SRCID(protw3, "$HopeName: MMsrc!protw3.c(trunk.13) $");
void ProtSetup(void)
@ -63,7 +63,7 @@ LONG ProtSEHfilter(LPEXCEPTION_POINTERS info)
if(er->ExceptionCode != EXCEPTION_ACCESS_VIOLATION)
return EXCEPTION_CONTINUE_SEARCH;
context.er = er;
context.ep = info;
/* assert that the exception is continuable */
/* Note that Microsoft say that this field should be 0 or */