mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:12:58 +00:00
[TASKMGR] Distinguish WOW64 processes with a " *32" in the image name (#7915)
This commit is contained in:
parent
73b019a390
commit
4cbd5d1b44
2 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
typedef struct _PERFDATA
|
||||
{
|
||||
WCHAR ImageName[MAX_PATH];
|
||||
WCHAR ImageName[MAX_PATH + _countof(L" *32") - 1];
|
||||
HANDLE ProcessId;
|
||||
WCHAR UserName[MAX_PATH];
|
||||
ULONG SessionId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue