diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-19 22:46:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-19 22:46:22 +0000 |
commit | 1cd871b5341bf43ee99e136844e3131014880f92 (patch) | |
tree | 6bd9573dbc14de3c4ec85e424cbec9c8d1ee0ed8 /src/vim.rc | |
parent | 46c9c73de8def79baf8f0a34a12549f6c14944f3 (diff) | |
download | vim-git-1cd871b5341bf43ee99e136844e3131014880f92.tar.gz |
updated for version 7.0023v7.0023
Diffstat (limited to 'src/vim.rc')
-rw-r--r-- | src/vim.rc | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/vim.rc b/src/vim.rc index 27d35a96b..4ceb63824 100644 --- a/src/vim.rc +++ b/src/vim.rc @@ -9,25 +9,13 @@ // Icon and version information for the Win32 version of Vim // Must be in DOS format <CR><NL>! -#ifdef __MINGW32__ -# include <windows.h> -# ifndef VS_FFI_FILEFLAGSMASK -# define VS_FFI_FILEFLAGSMASK 0x0000003FL -# endif -# ifndef VOS__WINDOWS32 -# define VOS__WINDOWS32 0x00000004L -# endif -#else -# include <winver.h> -#endif +#include <winver.h> #include "version.h" #include "gui_w32_rc.h" -#if defined(__BORLANDC__) || defined(__CYGWIN32__) +#if defined(__BORLANDC__) || defined(__CYGWIN32__) || defined(__MINGW32__) # include <winresrc.h> #else -# ifndef __MINGW32__ -# include <winres.h> -# endif +# include <winres.h> #endif // |