summaryrefslogtreecommitdiffstats
path: root/src/if_tcl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_tcl.c')
-rw-r--r--src/if_tcl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/if_tcl.c b/src/if_tcl.c
index eb6684c8f1..46378a27fb 100644
--- a/src/if_tcl.c
+++ b/src/if_tcl.c
@@ -160,7 +160,7 @@ static struct ref refsdeleted; /* dummy object for deleted ref list */
typedef int HANDLE;
# endif
-# ifndef WIN3264
+# ifndef MSWIN
# include <dlfcn.h>
# define HANDLE void*
# define TCL_PROC void*
@@ -1741,11 +1741,11 @@ tclinit(exarg_T *eap)
#endif
Tcl_SetChannelOption(interp, ch1, "-buffering", "line");
-#ifdef WIN3264
+#ifdef MSWIN
Tcl_SetChannelOption(interp, ch1, "-translation", "lf");
#endif
Tcl_SetChannelOption(interp, ch2, "-buffering", "line");
-#ifdef WIN3264
+#ifdef MSWIN
Tcl_SetChannelOption(interp, ch2, "-translation", "lf");
#endif