[Mac] DllImport must be marked as extern
This commit is contained in:
parent
7388bd935d
commit
02c9f471ea
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ namespace OpenTK.Platform.MacOS
|
|||
CFString inCFRunLoopMode);
|
||||
|
||||
[DllImport(hid)]
|
||||
public static void IOHIDManagerUnscheduleFromRunLoop(
|
||||
public static extern void IOHIDManagerUnscheduleFromRunLoop(
|
||||
IOHIDManagerRef inIOHIDManagerRef,
|
||||
CFRunLoop inCFRunLoop,
|
||||
CFString inCFRunLoopMode);
|
||||
|
|
Loading…
Reference in a new issue