From: Jeff Lenk Date: Tue, 6 Jul 2010 02:09:37 +0000 (-0500) Subject: fix windows build X-Git-Tag: v1.2-rc1~563^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9d60fcdb7ae66e03242f39b0178ae0e53655bb;p=thirdparty%2Ffreeswitch.git fix windows build --- 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 */