mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08:00
This was achieved by partially undoing changelist 24817, including an accidental corruption of eventgen.pl. Copied from Perforce Change: 24877 ServerID: perforce.ravenbrook.com
24 lines
459 B
C
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 */
|