Commit 5ae140c0 authored by Michael Niedermayer's avatar Michael Niedermayer

avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 92d903af
......@@ -70,7 +70,7 @@ static char *dup_wchar_to_utf8(wchar_t *w)
#define DECKLINK_STR OLECHAR *
#define DECKLINK_STRDUP dup_wchar_to_utf8
#define DECKLINK_FREE(s) SysFreeString(s)
#elif __APPLE__
#elif defined(__APPLE__)
static char *dup_cfstring_to_utf8(CFStringRef w)
{
char s[256];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment