comparison src/s/windowsnt.h @ 5940:c608d4b0b75e cygwin64 tip

rescue lost branch from 64bit.backup
author Henry Thompson <ht@markup.co.uk>
date Thu, 16 Dec 2021 18:48:58 +0000
parents 308d34e9f07d
children
comparison
equal deleted inserted replaced
5928:2f34b59f451a 5940:c608d4b0b75e
174 Lisp primitives have to be declared with Lisp_Object return type or 174 Lisp primitives have to be declared with Lisp_Object return type or
175 lots of things get very messed up */ 175 lots of things get very messed up */
176 #pragma warning ( disable : 4646 ) 176 #pragma warning ( disable : 4646 )
177 #endif 177 #endif
178 178
179 /* MSVC version >= 2.x without /Za supports __inline */ 179 /* MSVC version >= 2.x without /Za supports __inline
180 HST cut this -- VS2015 complains
180 #if (_MSC_VER < 900) || defined (__STDC__) 181 #if (_MSC_VER < 900) || defined (__STDC__)
181 # define inline 182 # define inline
182 #else 183 #else
183 # define inline __inline 184 # define inline __inline
184 #endif 185 #endif
186 */