From db2e7b4e9f6cf6a210b89356d3144aa1b0210463 Mon Sep 17 00:00:00 2001 From: Martin Simmons Date: Wed, 4 Aug 1999 13:00:41 +0100 Subject: [PATCH] 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 --- mps/src/prmcw3.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mps/src/prmcw3.h diff --git a/mps/src/prmcw3.h b/mps/src/prmcw3.h new file mode 100644 index 00000000000..1bb1e98e430 --- /dev/null +++ b/mps/src/prmcw3.h @@ -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 */