mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 12:26:50 +00:00
[Mac] Added CFGetTypeID method
This commit is contained in:
parent
4231cf2cdd
commit
9c67265832
|
@ -112,6 +112,9 @@ namespace OpenTK.Platform.MacOS.Carbon
|
||||||
[DllImport(appServices)]
|
[DllImport(appServices)]
|
||||||
internal static extern IntPtr CFDictionaryGetValue(IntPtr theDictionary, IntPtr theKey);
|
internal static extern IntPtr CFDictionaryGetValue(IntPtr theDictionary, IntPtr theKey);
|
||||||
|
|
||||||
|
[DllImport(appServices)]
|
||||||
|
internal static extern IntPtr CFGetTypeID(IntPtr v);
|
||||||
|
|
||||||
[DllImport(appServices)]
|
[DllImport(appServices)]
|
||||||
internal static extern IntPtr CFRetain(CFTypeRef cf);
|
internal static extern IntPtr CFRetain(CFTypeRef cf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue