include: Fix the PROCESSENTRY32 structure on 64-bit.

This commit is contained in:
Alexandre Julliard 2009-01-04 14:10:33 +01:00
parent 935a406b27
commit 03f9519711

View File

@ -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;