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:
parent
4eed9fa818
commit
d1cd29d8da
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue