From edc2d178eea17328c4e2dcef3e98a58a691fa469 Mon Sep 17 00:00:00 2001 From: David Moore Date: Fri, 9 Feb 1996 16:05:46 +0000 Subject: [PATCH] Adding file id Copied from Perforce Change: 15238 ServerID: perforce.ravenbrook.com --- mps/src/mpsiw3.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mps/src/mpsiw3.c b/mps/src/mpsiw3.c index 1c22e07b649..09e777f36cb 100644 --- a/mps/src/mpsiw3.c +++ b/mps/src/mpsiw3.c @@ -1,9 +1,17 @@ -/* impl.c.mpsint: WIN32 MEMORY POOL SYSTEM INTERFACE LAYER EXTRAS */ +/* impl.c.mpsint: + * + * WIN32 MEMORY POOL SYSTEM INTERFACE LAYER EXTRAS + * + * $HopeName$ + * + * Copyright (C) 1996 Harlequin Group, all rights reserved + */ #include "std.h" #include "mps.h" #include +SRCID("$HopeName$"); /* This is defined in protnt.c */ extern LONG ProtSEHfilter(LPEXCEPTION_POINTERS info);