1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00

Mps_os_nt should be mps_os_w3

Copied from Perforce
 Change: 15241
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Moore 1996-02-09 16:05:54 +00:00
parent b6162bc268
commit 3afb7c38ef

View file

@ -2,7 +2,7 @@
*
* WIN32 THREAD MANAGER
*
* $HopeName: MMsrc!thnti3.c(trunk.6) $
* $HopeName: MMsrc!thnti3.c(trunk.8) $
*
* Copyright (C) 1995 Harlequin Group, all rights reserved
*
@ -59,21 +59,21 @@
*
*/
#if !defined(MPS_OS_NT) || !defined(MPS_ARCH_I3) /* .i3 .nt */
#error "Compiling thntmvi3 when MPS_OS_NT or MPS_ARCH_I3 not defined."
#endif
#include "std.h"
#include "deque.h"
#include "trace.h"
#include "ref.h"
#include "pool.h"
#include "space.h"
#include "trace.h"
#include "th.h"
#include "ss.h"
#if !defined(MPS_OS_W3) || !defined(MPS_ARCH_I3) /* .i3 .nt */
#error "Compiling thnti3 when MPS_OS_W3 or MPS_ARCH_I3 not defined."
#endif
#include <windows.h>
SRCID("$HopeName$");
SRCID("$HopeName: MMsrc!thnti3.c(trunk.8) $");
typedef struct ThreadStruct {