--- old/main.c	2009-11-18 11:13:54.000000000 +0000
+++ new/main.c	2010-12-01 09:33:15.167898000 +0000
@@ -26,7 +26,7 @@
 
 #if defined(WIN32_CONSOLE_MODE) \
     || (!defined(WINDOWS) && !defined(RISCOS)) \
-    || defined(USE_SDL)
+    || defined(USE_SDL) || defined(USE_WCN)
 
 #include "main.h"
 #include "textui.h"
@@ -51,6 +51,10 @@
 #ifdef USE_GCU
 	{ "gcu", help_gcu, init_gcu },
 #endif /* USE_GCU */
+
+#ifdef USE_WCN
+	{ "wcn", help_wcn, init_wcn },
+#endif /* USE_WCN */
 };
 
 
