Lukáš Lalinský dc062a0844 Make RefCounter compile on OS X with the 10.4 SDK
The 10.4 SDK defines OSAtomic functions as int32_t, while 10.5 and newer SDKs
define them as volatile int32_t. This caused a compilation error when
compiling against the 10.4 SDK.

I'd have prefered a preprocessor-based solution, but I couldn't find any
macro that says the SDK version, so I copied this cast solution from
Apple's WebKit. I assume then know what they are doing if they have to
workaround their own API. :)
2011-05-15 00:07:29 +02:00
2011-05-08 15:57:34 +02:00
2011-02-13 12:22:42 +00:00
2011-02-13 11:50:25 +00:00
2011-04-09 20:09:51 +02:00
2011-05-08 15:57:34 +02:00
2011-04-06 00:08:42 +02:00
2007-08-27 07:02:29 +00:00
Description
No description provided
13 MiB
Languages
C++ 95.9%
CMake 2.5%
C 1.1%
Logos 0.5%