diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-18 22:12:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-18 22:12:12 +0000 |
commit | 142695f3c525035c0ac17e99e8819732585965c3 (patch) | |
tree | a17e4a302124e049583d40d085df94cd9ca925bc /src/os_win32.h | |
parent | d9d305836e1f3af1577d438642b3c1f9daba7db6 (diff) | |
download | vim-git-142695f3c525035c0ac17e99e8819732585965c3.tar.gz |
updated for version 7.0072
Diffstat (limited to 'src/os_win32.h')
-rw-r--r-- | src/os_win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_win32.h b/src/os_win32.h index d9aaa6e54..5554c0ca7 100644 --- a/src/os_win32.h +++ b/src/os_win32.h @@ -24,6 +24,7 @@ # define HAVE_STRING_H #endif #define HAVE_STRCSPN +#define HAVE_VSNPRINTF #ifndef __GNUC__ #define HAVE_STRICMP #define HAVE_STRNICMP |