Skip to content

Commit

Permalink
patch 7.4.2267
Browse files Browse the repository at this point in the history
Problem:    Build fails on MS-Windows.
Solution:   Add define to get isinf().
  • Loading branch information
brammool committed Aug 27, 2016
1 parent 9992237 commit 44ca54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/message.c
Expand Up @@ -12,6 +12,7 @@
*/

#define MESSAGE_FILE /* don't include prototype for smsg() */
#define USING_FLOAT_STUFF

#include "vim.h"

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -763,6 +763,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2267,
/**/
2266,
/**/
Expand Down

0 comments on commit 44ca54a

Please sign in to comment.