Ken Takata wrote:
> 2013/12/12 Thu 1:59:00 UTC+9 Bram Moolenaar wrote:
> > Patch 7.4.122
> > Problem: Win32: When 'encoding' is set to "utf-8" and the active codepage
> > is cp932 then ":grep" and other commands don't work for multi-byte
> > characters.
> > Solution: (Yasuhiro Matsumoto)
> > Files: src/os_win32.c
>
> After this patch, I got the following warnings when compiled with MSVC:
>
> os_win32.c(3842) : warning C4090: 'function' : different 'const' qualifiers
> os_win32.c(3856) : warning C4133: 'function' : incompatible types - from
> 'STARTUPINFO *' to 'LPSTARTUPINFOW'
> os_win32.c(3865) : warning C4090: 'function' : different 'const' qualifiers
>
> Attached patch fixes them.
Thanks, I'll include it.
STARTUPINFO and LPSTARTUPINFOW are actually different. I hope this
doesn't matter.
--
"Oh, no! NOT the Spanish Inquisition!"
"NOBODY expects the Spanish Inquisition!!!"
-- Monty Python sketch --
"Oh, no! NOT another option!"
"EVERYBODY expects another option!!!"
-- Discussion in vim-dev mailing list --
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.