comparison nt/config.h @ 404:2f8bb876ab1d r21-2-32

Import from CVS: tag r21-2-32
author cvs
date Mon, 13 Aug 2007 11:16:07 +0200
parents 5a2589c672dc
children b8cc9ab3f761
comparison
equal deleted inserted replaced
403:9f011ab08d48 404:2f8bb876ab1d
581 #define LONG_LONG_BITS (SIZEOF_LONG_LONG * BITS_PER_CHAR) 581 #define LONG_LONG_BITS (SIZEOF_LONG_LONG * BITS_PER_CHAR)
582 #define VOID_P_BITS (SIZEOF_VOID_P * BITS_PER_CHAR) 582 #define VOID_P_BITS (SIZEOF_VOID_P * BITS_PER_CHAR)
583 583
584 /* MSVC version >= 2.x without /Za supports __inline */ 584 /* MSVC version >= 2.x without /Za supports __inline */
585 #if (_MSC_VER < 900) || defined(__STDC__) 585 #if (_MSC_VER < 900) || defined(__STDC__)
586 # define INLINE static 586 # define inline
587 #else 587 #else
588 # define INLINE __inline 588 # define inline __inline
589 #endif 589 #endif
590
591 #define INLINE_HEADER inline static
590 592
591 /* MSVC warnings no-no crap. When adding one to this section, 593 /* MSVC warnings no-no crap. When adding one to this section,
592 1. Think twice 594 1. Think twice
593 2. Insert textual description of the warning. 595 2. Insert textual description of the warning.
594 3. Think twice. Undo still works */ 596 3. Think twice. Undo still works */