mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-24 05:22:04 -08:00
New unit
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:
parent
e4e25ec423
commit
db2e7b4e9f
1 changed files with 23 additions and 0 deletions
23
mps/src/prmcw3.h
Normal file
23
mps/src/prmcw3.h
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue