1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 05:22:04 -08:00
change.dylan.kinglet.160270: Renamed protw3.h as prmcw3.h because it isn't the header for protw3.c.

Copied from Perforce
 Change: 20869
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Martin Simmons 1999-08-04 13:00:41 +01:00
parent e4e25ec423
commit db2e7b4e9f

23
mps/src/prmcw3.h Normal file
View file

@ -0,0 +1,23 @@
/* 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 */