Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit b83c493

Browse files
author
gregrobbins
committed
Fix 10.4 build by removing MAC_OS_X_VERSION_10_5 symbol
1 parent fa5703c commit b83c493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/GDataDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
// reliance on NSEnumerator for 10.4
114114
//
115115
#ifndef GDATA_FOREACH
116-
#if defined(TARGET_OS_IPHONE) || MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
116+
#if defined(TARGET_OS_IPHONE) || MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
117117
#define GDATA_FOREACH(element, collection) \
118118
for (element in collection)
119119
#else

0 commit comments

Comments
 (0)