Skip to content

Commit

Permalink
[ios] - libRTV fix build for Xcode 6
Browse files Browse the repository at this point in the history
  • Loading branch information
linusyang authored and Memphiz committed Oct 20, 2014
1 parent d4c71b2 commit 9f5eeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libRTV/GuideParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ int CalculateMinutes( int seconds )
//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
#if _WIN32_WINNT < 0x0602
#if _WIN32_WINNT < 0x0602 && !defined(ntohll)
DWORD64 ntohll(DWORD64 llValue)
{
DWORD64 retval = 0;
Expand Down

0 comments on commit 9f5eeeb

Please sign in to comment.