mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 9.0.0694: no native sound support on Mac OS
Problem: No native sound support on Mac OS. Solution: Add sound support for Mac OS. (Yee Cheng Chin, closes #11274)
This commit is contained in:
committed by
Bram Moolenaar
parent
5a049846e4
commit
4314e4f7da
@ -327,6 +327,9 @@ extern char_u *vimpty_getenv(const char_u *string); // in misc2.c
|
||||
# ifdef MACOS_CONVERT
|
||||
# include "os_mac_conv.pro"
|
||||
# endif
|
||||
# ifdef MACOS_X
|
||||
# include "os_macosx.pro"
|
||||
# endif
|
||||
# if defined(MACOS_X_DARWIN) && defined(FEAT_CLIPBOARD) && !defined(FEAT_GUI)
|
||||
// functions in os_macosx.m
|
||||
void clip_mch_lose_selection(Clipboard_T *cbd);
|
||||
|
Reference in New Issue
Block a user