From c351dc1e0ca959084ba36bb350291334bf74b9f8 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Mon, 24 Jan 2022 11:24:08 +0000 Subject: patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful Problem: MS-Windows: Support for MSVC 2003 is not useful. Solution: Remove the exceptions for MSVC 2003. (Ken Takata, closes #9616) --- src/GvimExt/gvimext.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/GvimExt') diff --git a/src/GvimExt/gvimext.h b/src/GvimExt/gvimext.h index b6be3a7975..b85f32e204 100644 --- a/src/GvimExt/gvimext.h +++ b/src/GvimExt/gvimext.h @@ -44,12 +44,6 @@ #include #include -/* Accommodate old versions of VC that don't have a modern Platform SDK */ -#if (defined(_MSC_VER) && _MSC_VER < 1300) || !defined(MAXULONG_PTR) -# undef UINT_PTR -# define UINT_PTR UINT -#endif - #define ResultFromShort(i) ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i))) // Initialize GUIDs (should be done only and at-least once per DLL/EXE) -- cgit v1.2.3