comparison src/misc2.c @ 7111:57c354f0115c v7.4.867

commit https://github.com/vim/vim/commit/9534680731ea342c2fed01a812559958923480da Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 15 15:57:29 2015 +0200 patch 7.4.867 Problem: Can't build on MS-Windows. (Taro Muraoka) Solution: Adjust #ifdef.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Sep 2015 16:00:04 +0200
parents fa95595fbc52
children cc5570ed684e
comparison
equal deleted inserted replaced
7110:400fa3572d9e 7111:57c354f0115c
6340 { 6340 {
6341 # ifdef FEAT_NETBEANS_INTG 6341 # ifdef FEAT_NETBEANS_INTG
6342 /* Process the queued netbeans messages. */ 6342 /* Process the queued netbeans messages. */
6343 netbeans_parse_messages(); 6343 netbeans_parse_messages();
6344 # endif 6344 # endif
6345 # ifdef FEAT_CLIENTSERVER 6345 # if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11)
6346 /* Process the queued clientserver messages. */ 6346 /* Process the queued clientserver messages. */
6347 server_parse_messages(); 6347 server_parse_messages();
6348 # endif 6348 # endif
6349 } 6349 }
6350 #endif 6350 #endif