[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Alright then. I'll try to submit these changes tomorrow.
On 2010-09-22, at 8:05 PM, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
> It should be fine to do an #if MACOS_X_DEPLOYMENT_TARGET < 1050 (or whatever the name is for that define; we use it in a few places) and then use the current code, which works. Can even just #include it to keep the source file from geting too cluttered.
> It won't have hot-plug support if we're targeting OS X < 10.4, which I can personally live with (I can personally live without hotplug support anyway; it's more a nice-to-have thing than something essential for me). There are other features we support that don't work on 10.4.
> It's possible to do a similar check at runtime, and I can help out with that once we have the code in svn with the above restriction (no promises as to when though, my dayly schedule is determined by a three-week old).