1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
emacs/mps/code/prmcw3.h
Richard Brooksby 3d5e2ca85f Adding hopenames back into the master sources, so that they can be included in the union sources along with the id keywords.
This was achieved by partially undoing changelist 24817, including an accidental corruption of eventgen.pl.

Copied from Perforce
 Change: 24877
 ServerID: perforce.ravenbrook.com
2001-12-06 18:14:02 +00:00

24 lines
459 B
C

/* impl.h.prmcw3: PROTECTION FOR WIN32
*
* $Id$
* $HopeName: MMsrc!prmcw3.h(trunk.1) $
* Copyright (c) 2001 Ravenbrook Limited.
*
* .readership: MPS developers.
*/
#ifndef prmcw3_h
#define prmcw3_h
#include "mpm.h"
#include "mpswin.h"
typedef struct MutatorFaultContextStruct { /* Protection fault context data */
LPEXCEPTION_POINTERS ep; /* Windows Exception Pointers */
} MutatorFaultContextStruct;
#endif /* prmcw3_h */