summaryrefslogtreecommitdiffstats
path: root/src/gui_w48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_w48.c')
-rw-r--r--src/gui_w48.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui_w48.c b/src/gui_w48.c
index 477acfa94e..b1ea5687d0 100644
--- a/src/gui_w48.c
+++ b/src/gui_w48.c
@@ -1732,7 +1732,7 @@ process_message(void)
#ifdef FEAT_NETBEANS_INTG
if (msg.message == WM_NETBEANS)
{
- messageFromNetbeansW32();
+ netbeans_read();
return;
}
#endif
@@ -1999,7 +1999,8 @@ gui_mch_wait_for_chars(int wtime)
#ifdef FEAT_NETBEANS_INTG
/* Process the queued netbeans messages. */
- netbeans_parse_messages();
+ if (usingNetbeans)
+ netbeans_parse_messages();
#endif
/*