IOdarwin_private: Remove hack for bug fixed in newer macOS SDKs

This commit is contained in:
OatmealDome 2021-06-23 04:03:28 -04:00
parent 74755e5939
commit 6794532abe

View File

@ -4,13 +4,6 @@
#pragma once
// Work around an Apple bug: for some reason, IOBluetooth.h errors on
// inclusion in Mavericks, but only in Objective-C++ C++11 mode. I filed
// this as <rdar://15312520>; in the meantime...
#import <Foundation/Foundation.h>
#undef NS_ENUM_AVAILABLE
#define NS_ENUM_AVAILABLE(...)
// end hack
#import <IOBluetooth/IOBluetooth.h>
#include <IOKit/pwr_mgt/IOPMLib.h>