@MiguelBarro pushed 3 commits. e216c481539eb48bfa6e983d85f40ce031cb37a6 Avoiding powershell escaping because mci open command doesn't support single quoted filenames: open 'C:\whatever\sound.wav' is not valid. Remove unnecesary wchar_t translation 5e9ebd8bf54324474e6812404d083cea864903f7 If we are using mciSendString with const char* makes sense a fallback to mciSendStringA. This way defining UNICODE and _UNICODE will not break the build. 824fe2aeb07516b7560ef448355e6acd1b80c011 minor fix for the nmake code
-- View it on GitHub: https://github.com/vim/vim/pull/13471/files/2761adf55a22ee8dfac63cfb999a83a7ec63c600..824fe2aeb07516b7560ef448355e6acd1b80c011 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/pull/13471/push/[email protected]> -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/13471/push/15675699275%40github.com.
