From c4d08b4612e409bfc80c4f2b35d56c8edddf0ac2 Mon Sep 17 00:00:00 2001 From: Pekka Pirinen Date: Thu, 25 Sep 1997 20:52:29 +0100 Subject: [PATCH] Include windows.h in the new way Copied from Perforce Change: 18836 ServerID: perforce.ravenbrook.com --- mps/src/thw3i3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mps/src/thw3i3.c b/mps/src/thw3i3.c index a4ca47d872e..3e0cd9feba0 100644 --- a/mps/src/thw3i3.c +++ b/mps/src/thw3i3.c @@ -1,6 +1,6 @@ /* impl.c.thw3i3: WIN32 THREAD MANAGER * - * $HopeName: MMsrc!thw3i3.c(trunk.18) $ + * $HopeName: MMsrc!thw3i3.c(trunk.19) $ * Copyright (C) 1995,1997 Harlequin Group, all rights reserved * * Implements thread registration, suspension, and stack @@ -61,9 +61,9 @@ #error "Compiling thnti3 when MPS_OS_W3 or MPS_ARCH_I3 not defined." #endif -#include +#include "mpswin.h" -SRCID(thw3i3, "$HopeName: MMsrc!thw3i3.c(trunk.18) $"); +SRCID(thw3i3, "$HopeName: MMsrc!thw3i3.c(trunk.19) $"); Bool ThreadCheck(Thread thread)