From fb9d60fcdb7ae66e03242f39b0178ae0e53655bb Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Mon, 5 Jul 2010 21:09:37 -0500 Subject: [PATCH] fix windows build --- src/switch_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_console.c b/src/switch_console.c index 6f28346188..9f8a15c0ec 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -842,7 +842,7 @@ SWITCH_DECLARE(unsigned char) switch_console_complete(const char *line, const ch } -#ifdef SWITCH_HAVE_LIBEDIT +#if defined(SWITCH_HAVE_LIBEDIT) || defined(_MSC_VER) /* * If a fnkey is configured then process the command */