diff --git a/headers/private/app/RegistrarDefs.h b/headers/private/app/RegistrarDefs.h index f769130c37..dfef5f044e 100644 --- a/headers/private/app/RegistrarDefs.h +++ b/headers/private/app/RegistrarDefs.h @@ -160,8 +160,8 @@ enum { // misc constants enum { - B_REG_DEFAULT_APP_FLAGS = B_MULTIPLE_LAUNCH | B_ARGV_ONLY - | _B_APP_INFO_RESERVED1_, + B_REG_DEFAULT_APP_FLAGS = B_MULTIPLE_LAUNCH + | _B_APP_INFO_RESERVED1_, B_REG_APP_LOOPER_PORT_CAPACITY = 100, };