diff 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
line wrap: on
line diff
--- a/src/s/windowsnt.h	Fri Jul 24 14:48:46 2015 +0100
+++ b/src/s/windowsnt.h	Thu Dec 16 18:48:58 2021 +0000
@@ -176,9 +176,11 @@
 #pragma warning ( disable : 4646 )
 #endif 
 
-/* MSVC version >= 2.x without /Za supports __inline */
+/* MSVC version >= 2.x without /Za supports __inline 
+   HST cut this -- VS2015 complains
 #if (_MSC_VER < 900) || defined (__STDC__)
 # define inline
 #else
 # define inline __inline
 #endif
+*/