File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3039,8 +3039,11 @@ BOOLEAN NTAPI PhpProcessTreeNewCallback(
3039
3039
getNodeColor -> BackColor = PhCsColorJobProcesses ;
3040
3040
else if (
3041
3041
PhCsUseColorServiceProcesses &&
3042
- ((processItem -> Sid && RtlEqualSid (processItem -> Sid , & PhSeLocalServiceSid )) ||
3043
- processItem -> ServiceList && processItem -> ServiceList -> Count != 0 ))
3042
+ ((processItem -> ServiceList && processItem -> ServiceList -> Count != 0 ) ||
3043
+ (processItem -> Sid && RtlEqualSid (processItem -> Sid , & PhSeServiceSid )) ||
3044
+ (processItem -> Sid && RtlEqualSid (processItem -> Sid , & PhSeLocalServiceSid )) ||
3045
+ (processItem -> Sid && RtlEqualSid (processItem -> Sid , & PhSeNetworkServiceSid ))
3046
+ ))
3044
3047
getNodeColor -> BackColor = PhCsColorServiceProcesses ;
3045
3048
else if (
3046
3049
PhCsUseColorSystemProcesses &&
You can’t perform that action at this time.
0 commit comments