forked from mirrors/0ad
45a7f577d3
Adds runtime support for 10.5 APIs: display modes, bundle paths, system paths, pasteboards. Previously this was compile-time support only, which prevented building on later SDKs while targeting earlier APIs. Adds hardcoded version for pre-10.6 builds, to avoid messing with deprecated Gestalt or having to add a 10.5 non-dispatch singleton (Grand Central Dispatch didn't exist in 10.5) This was SVN commit r14140.