comparison src/gui_w32.c @ 33:f6033dcbaf31

updated for version 7.0020
author vimboss
date Sun, 24 Oct 2004 19:18:58 +0000
parents 404aac550f35
children 125e80798a85
comparison
equal deleted inserted replaced
32:41f9fd58cf13 33:f6033dcbaf31
1222 s_findrep_struct.lpstrReplaceWith = alloc(MSWIN_FR_BUFSIZE); 1222 s_findrep_struct.lpstrReplaceWith = alloc(MSWIN_FR_BUFSIZE);
1223 s_findrep_struct.lpstrReplaceWith[0] = NUL; 1223 s_findrep_struct.lpstrReplaceWith[0] = NUL;
1224 s_findrep_struct.wFindWhatLen = MSWIN_FR_BUFSIZE; 1224 s_findrep_struct.wFindWhatLen = MSWIN_FR_BUFSIZE;
1225 s_findrep_struct.wReplaceWithLen = MSWIN_FR_BUFSIZE; 1225 s_findrep_struct.wReplaceWithLen = MSWIN_FR_BUFSIZE;
1226 #endif 1226 #endif
1227 #ifdef FEAT_NETBEANS_INTG
1228 if (usingNetbeans)
1229 netbeans_w32_connect();
1230 #endif
1231 1227
1232 return OK; 1228 return OK;
1233 } 1229 }
1234 1230
1235 /* 1231 /*