[Mac] Added CFGetTypeID method
authorthefiddler <stapostol@gmail.com>
Fri, 12 Sep 2014 06:10:21 +0000 (08:10 +0200)
committerthefiddler <stapostol@gmail.com>
Wed, 17 Sep 2014 23:16:40 +0000 (01:16 +0200)
Source/OpenTK/Platform/MacOS/Quartz/CoreFoundation.cs

index a11b9b9..419f7a1 100644 (file)
@@ -113,6 +113,9 @@ namespace OpenTK.Platform.MacOS.Carbon
         internal static extern IntPtr CFDictionaryGetValue(IntPtr theDictionary, IntPtr theKey);
 
         [DllImport(appServices)]
+        internal static extern IntPtr CFGetTypeID(IntPtr v);
+
+        [DllImport(appServices)]
         internal static extern IntPtr CFRetain(CFTypeRef cf);
 
         [DllImport(appServices)]