[Mac] DllImport must be marked as extern

This commit is contained in:
thefiddler 2014-01-05 21:18:20 +01:00
parent 7388bd935d
commit 02c9f471ea

View file

@ -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);