mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-18 22:20:51 +00:00
fix compile
This commit is contained in:
parent
2aceb1b1e6
commit
e4e2a7400f
@ -153,7 +153,7 @@ HOOK(SpringBoard, applicationDidFinishLaunching$, void, id app) {
|
||||
|
||||
CALL_ORIG(SpringBoard, applicationDidFinishLaunching$, app);
|
||||
|
||||
CFMessagePortRef local = CFMessagePortCreateLocal(NULL, CFSTR(SBA_MessagePortName), myCallBack, NULL, false);
|
||||
CFMessagePortRef local = CFMessagePortCreateLocal(NULL, CFSTR(SBA_MessagePortName), myCallBack, NULL, NULL);
|
||||
CFRunLoopSourceRef source = CFMessagePortCreateRunLoopSource(NULL, local, 0);
|
||||
CFRunLoopAddSource(CFRunLoopGetCurrent(), source, kCFRunLoopDefaultMode);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user