Beispiel #1
0
bool CSysInfo::IsAppleTV2()
{
#if defined(TARGET_DARWIN)
  return DarwinIsAppleTV2();
#else
  return false;
#endif
}
Beispiel #2
0
bool CSysInfo::IsAppleTV2()
{
#if defined(__APPLE__)
  return DarwinIsAppleTV2();
#else
  return false;
#endif
}