Fix Plugin_VideoSoftware build.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7113 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2011-02-08 11:02:34 +00:00
commit 8c41d31651
7 changed files with 21 additions and 21 deletions

View file

@ -1,5 +1,3 @@
#import <CoreServices/CoreServices.h>
extern "C" OSErr UpdateSystemActivity(UInt8 activity);
#define BLUETOOTH_VERSION_USE_CURRENT
#import <IOBluetooth/IOBluetooth.h>
@ -72,7 +70,7 @@ extern "C" OSErr UpdateSystemActivity(UInt8 activity);
(void)wm->Read();
(void)UpdateSystemActivity(1);
(void)UpdateSystemActivity(UsrActivity);
}
- (void) l2capChannelClosed: (IOBluetoothL2CAPChannel *) l2capChannel