mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-11 19:22:14 +00:00
[Mac] DllImport must be marked as extern
This commit is contained in:
parent
7388bd935d
commit
02c9f471ea
|
@ -819,7 +819,7 @@ namespace OpenTK.Platform.MacOS
|
||||||
CFString inCFRunLoopMode);
|
CFString inCFRunLoopMode);
|
||||||
|
|
||||||
[DllImport(hid)]
|
[DllImport(hid)]
|
||||||
public static void IOHIDManagerUnscheduleFromRunLoop(
|
public static extern void IOHIDManagerUnscheduleFromRunLoop(
|
||||||
IOHIDManagerRef inIOHIDManagerRef,
|
IOHIDManagerRef inIOHIDManagerRef,
|
||||||
CFRunLoop inCFRunLoop,
|
CFRunLoop inCFRunLoop,
|
||||||
CFString inCFRunLoopMode);
|
CFString inCFRunLoopMode);
|
||||||
|
|
Loading…
Reference in a new issue