Kaydet (Commit) 01346afe authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED

Change-Id: Ifd752925d3758a215983fe8f0ac877ab23a77915
üst 620138a1
......@@ -1596,7 +1596,7 @@ private:
return 0;
}
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
#if MACOSX_SDK_VERSION < 1050
- (long)conversationIdentifier
#else
- (NSInteger)conversationIdentifier
......
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