From 6794532abecf6c7ebfef98a46e49b7baacc0999a Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Wed, 23 Jun 2021 04:03:28 -0400 Subject: [PATCH] IOdarwin_private: Remove hack for bug fixed in newer macOS SDKs --- Source/Core/Core/HW/WiimoteReal/IOdarwin_private.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Source/Core/Core/HW/WiimoteReal/IOdarwin_private.h b/Source/Core/Core/HW/WiimoteReal/IOdarwin_private.h index 05b6503b48..cbed1752e9 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOdarwin_private.h +++ b/Source/Core/Core/HW/WiimoteReal/IOdarwin_private.h @@ -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 ; in the meantime... -#import -#undef NS_ENUM_AVAILABLE -#define NS_ENUM_AVAILABLE(...) -// end hack #import #include