1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-09 07:41:40 -07:00

Include windows.h in the new way

Copied from Perforce
 Change: 18836
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 1997-09-25 20:52:29 +01:00
parent 9045b32236
commit c4d08b4612

View file

@ -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 <windows.h>
#include "mpswin.h"
SRCID(thw3i3, "$HopeName: MMsrc!thw3i3.c(trunk.18) $");
SRCID(thw3i3, "$HopeName: MMsrc!thw3i3.c(trunk.19) $");
Bool ThreadCheck(Thread thread)