Skip to content

Commit

Permalink
Mac: Use CoreFoundation headers instead of Carbon headers, in GetPowe…
Browse files Browse the repository at this point in the history
…rInfo code.
  • Loading branch information
slime73 committed May 16, 2015
1 parent 1c6ea0f commit d57b973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/power/macosx/SDL_syspower.c
Expand Up @@ -23,13 +23,13 @@
#ifndef SDL_POWER_DISABLED
#if SDL_POWER_MACOSX

#include <Carbon/Carbon.h>
#include <CoreFoundation/CoreFoundation.h>
#include <IOKit/ps/IOPowerSources.h>
#include <IOKit/ps/IOPSKeys.h>

#include "SDL_power.h"

/* Carbon is so verbose... */
/* CoreFoundation is so verbose... */
#define STRMATCH(a,b) (CFStringCompare(a, b, 0) == kCFCompareEqualTo)
#define GETVAL(k,v) \
CFDictionaryGetValueIfPresent(dict, CFSTR(k), (const void **) v)
Expand Down

0 comments on commit d57b973

Please sign in to comment.