提交 e7a14e4b 编写于 作者: A Adam Barth 提交者: GitHub

Attempt to fix the Mac build (#3534)

This type appears to be missing in older Mac SDKs.
上级 5ee2ba9c
......@@ -41,7 +41,7 @@ void MessageLoopDarwin::Run() {
while (running_) {
@autoreleasepool {
CFRunLoopRunResult result =
int result =
CFRunLoopRunInMode(kCFRunLoopDefaultMode, kDistantFuture, YES);
if (result == kCFRunLoopRunStopped || result == kCFRunLoopRunFinished) {
// This handles the case where the loop is terminated using
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册