mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
This change will be integrated but ignored (-ay) to the gg-epcore/union sources, so that they retain HopeNames. Copied from Perforce Change: 24911 ServerID: perforce.ravenbrook.com
23 lines
419 B
C
23 lines
419 B
C
/* impl.h.prmcw3: PROTECTION FOR WIN32
|
|
*
|
|
* $Id$
|
|
* 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 */
|