File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3682,10 +3682,9 @@ gui_mch_browseW(
36823682 filterp = convert_filterW (filter );
36833683
36843684 vim_memset (& fileStruct , 0 , sizeof (OPENFILENAMEW ));
3685- #ifdef OPENFILENAME_SIZE_VERSION_400
3685+ #ifdef OPENFILENAME_SIZE_VERSION_400W
36863686 /* be compatible with Windows NT 4.0 */
3687- /* TODO: what to use for OPENFILENAMEW??? */
3688- fileStruct .lStructSize = OPENFILENAME_SIZE_VERSION_400 ;
3687+ fileStruct .lStructSize = OPENFILENAME_SIZE_VERSION_400W ;
36893688#else
36903689 fileStruct .lStructSize = sizeof (fileStruct );
36913690#endif
Original file line number Diff line number Diff line change @@ -743,6 +743,8 @@ static char *(features[]) =
743743
744744static int included_patches [] =
745745{ /* Add new patch number below this line */
746+ /**/
747+ 1575 ,
746748/**/
747749 1574 ,
748750/**/
You can’t perform that action at this time.
0 commit comments