1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
emacs/mps/code/prmcw3.h
Nick Barnes 88e5e63275 Branch imports for masters.
Copied from Perforce
 Change: 23678
 ServerID: perforce.ravenbrook.com
2001-10-31 14:40:56 +00:00

23 lines
464 B
C

/* impl.h.prmcw3: PROTECTION FOR WIN32
*
* $HopeName: $
* Copyright (C) 1998, 1999 The Harlequin Group Limited. All rights reserved.
*
* .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 */