]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix windows build
authorJeff Lenk <jeff@jefflenk.com>
Tue, 6 Jul 2010 02:09:37 +0000 (21:09 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Tue, 6 Jul 2010 02:09:37 +0000 (21:09 -0500)
src/switch_console.c

index 6f283461886f10761cd4f7cd4f65305805f7f2c4..9f8a15c0ec4ef7df3eef8e525a3e6a825fcb54a2 100644 (file)
@@ -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
  */