Commit e2fa760c authored by Jason Molenda's avatar Jason Molenda
Browse files

Fix my use of the TARGET_OS_OSX TargetConditional.

parent 6d007343
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3766,7 +3766,7 @@ static bool login_session_has_gui_access () {
// $ security authorizationdb read system.privilege.taskport.debug

static bool developer_mode_enabled () {
#if !defined (TARGET_OS_OSX)
#if TARGET_OS_OSX == 1
  return true;
#else
 CFDictionaryRef currentRightDict = NULL;