patch 7.4.1182
Problem:    Still socket code intertwined with netbeans.
Solution:   Move code from netbeans.c to channel.c
diff --git a/src/gui_w48.c b/src/gui_w48.c
index 1f3822b..6da1c63 100644
--- a/src/gui_w48.c
+++ b/src/gui_w48.c
@@ -1779,9 +1779,10 @@
     }
 #endif
 
-#ifdef FEAT_NETBEANS_INTG
+#ifdef FEAT_CHANNEL
     if (msg.message == WM_NETBEANS)
     {
+	/* TODO: channel_read(idx) */
 	netbeans_read();
 	return;
     }