From e7fedb6ebe72d9a475aa65109b77d5ed4667067a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 31 Dec 2015 19:07:19 +0100 Subject: patch 7.4.1008 Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.c') diff --git a/src/window.c b/src/window.c index 613cc5fb2..95515b57d 100644 --- a/src/window.c +++ b/src/window.c @@ -6531,7 +6531,7 @@ vim_FullName(fname, buf, len, force) /* something failed; use the file name (truncate when too long) */ vim_strncpy(buf, fname, len - 1); } -#if defined(MACOS_CLASSIC) || defined(OS2) || defined(MSDOS) || defined(MSWIN) +#if defined(MACOS_CLASSIC) || defined(MSDOS) || defined(MSWIN) slash_adjust(buf); #endif return retval; -- cgit v1.2.1