예제 #1
0
bool CSysInfo::IsAppleTV2()
{
#if defined(TARGET_DARWIN)
  return DarwinIsAppleTV2();
#else
  return false;
#endif
}
예제 #2
0
파일: SystemInfo.cpp 프로젝트: AWilco/xbmc
bool CSysInfo::IsAppleTV2()
{
#if defined(__APPLE__)
  return DarwinIsAppleTV2();
#else
  return false;
#endif
}