mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS
version.
This commit is contained in:
parent
cc9355eac6
commit
856a5c5ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -2858,7 +2858,7 @@ select_and_poll_event (n, rfds, wfds, efds, timeout)
|
|||
return r;
|
||||
}
|
||||
|
||||
#ifndef MAC_OS_X_VERSION_10_2
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020
|
||||
#undef SELECT_INVALIDATE_CFSOCKET
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue