1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 04:53:12 -08:00

Change.dylan.kinglet.160270: changed header file from protw3.h to prmcw3.h.

Copied from Perforce
 Change: 20868
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Martin Simmons 1999-08-04 12:57:36 +01:00
parent 31e04807bb
commit e4e25ec423

View file

@ -1,13 +1,13 @@
/* impl.c.protw3: PROTECTION FOR WIN32
*
* $HopeName: MMsrc!protw3.c(trunk.14) $
* $HopeName: MMsrc!protw3.c(trunk.15) $
* Copyright (C) 1995, 1997 Harlequin Group, all rights reserved
*/
#include "mpm.h"
/* protw3.h needed to share MutatorFaultContextStruct declation */
/* prmcw3.h needed to share MutatorFaultContextStruct declation */
/* with impl.c.prmcw3i3 */
#include "protw3.h"
#include "prmcw3.h"
#ifndef MPS_OS_W3
#error "protw3.c is Win32-specific, but MPS_OS_W3 is not set"
@ -18,7 +18,7 @@
#include "mpswin.h"
SRCID(protw3, "$HopeName: MMsrc!protw3.c(trunk.14) $");
SRCID(protw3, "$HopeName: MMsrc!protw3.c(trunk.15) $");
void ProtSetup(void)