diff options
Diffstat (limited to 'src/if_ole.cpp')
-rw-r--r-- | src/if_ole.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/if_ole.cpp b/src/if_ole.cpp index f7108e4a7..e3e4cdb88 100644 --- a/src/if_ole.cpp +++ b/src/if_ole.cpp @@ -30,13 +30,6 @@ extern HWND vim_parent_hwnd; # define FINAL #endif -#if (defined(_MSC_VER) && _MSC_VER < 1300) || !defined(MAXULONG_PTR) -/* Work around old versions of basetsd.h which wrongly declares - * UINT_PTR as unsigned long */ -# undef UINT_PTR -# define UINT_PTR UINT -#endif - #include "if_ole.h" // Interface definitions #include "iid_ole.c" // UUID definitions (compile here) |