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

Suppress some warnings from windows.h

Copied from Perforce
 Change: 18833
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 1997-09-25 20:49:42 +01:00
parent 4eed9fa818
commit d1cd29d8da

View file

@ -1,6 +1,6 @@
/* impl.h.mpmst: MEMORY POOL MANAGER DATA STRUCTURES
*
* $HopeName: MMsrc!mpmst.h(trunk.37) $
* $HopeName: MMsrc!mpmst.h(trunk.38) $
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
*
* .readership: MM developers.
@ -37,8 +37,8 @@
#if defined(MPS_OS_W3)
/* windows.h included for CRITICAL_SECTION only, see .lock.win32 */
#include <windows.h>
#endif /* MPS_OS_w3 */
#include "mpswin.h"
#endif /* MPS_OS_W3 */
/* RingStruct -- double-ended queue structure