1
Fork 0
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:
YAMAMOTO Mitsuharu 2005-02-03 11:55:47 +00:00
parent cc9355eac6
commit 856a5c5ba7

View file

@ -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