Kaydet (Commit) 6a8694d9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add typedefs not in the 10.4 SDK

Change-Id: I67f6c5392feda674b3d7d53b5dd20ec86e4f9023
üst 083fa89d
...@@ -56,4 +56,10 @@ typedef int NSColorRenderingIntent; ...@@ -56,4 +56,10 @@ typedef int NSColorRenderingIntent;
#endif #endif
#endif #endif
#if MACOSX_SDK_VERSION < 1050
typedef float CGFloat;
typedef int NSInteger;
typedef unsigned NSUInteger;
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment