mirror of
https://github.com/reactos/wine.git
synced 2025-04-02 16:12:04 +00:00
include: Fix the PROCESSENTRY32 structure on 64-bit.
This commit is contained in:
parent
935a406b27
commit
03f9519711
@ -63,7 +63,7 @@ typedef struct tagPROCESSENTRY32
|
||||
DWORD dwSize;
|
||||
DWORD cntUsage;
|
||||
DWORD th32ProcessID;
|
||||
DWORD th32DefaultHeapID;
|
||||
ULONG_PTR th32DefaultHeapID;
|
||||
DWORD th32ModuleID;
|
||||
DWORD cntThreads;
|
||||
DWORD th32ParentProcessID;
|
||||
@ -77,7 +77,7 @@ typedef struct tagPROCESSENTRY32W
|
||||
DWORD dwSize;
|
||||
DWORD cntUsage;
|
||||
DWORD th32ProcessID;
|
||||
DWORD th32DefaultHeapID;
|
||||
ULONG_PTR th32DefaultHeapID;
|
||||
DWORD th32ModuleID;
|
||||
DWORD cntThreads;
|
||||
DWORD th32ParentProcessID;
|
||||
|
Loading…
x
Reference in New Issue
Block a user