Merge pull request #3857 from flysand7/tlhelp-modentry

[sys/windows]: Fix the type declaration for MODULEENTRY32W
This commit is contained in:
Jeroen van Rijn
2024-07-02 12:42:18 +02:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ MODULEENTRY32W :: struct {
th32ProcessID: DWORD,
GlblcntUsage: DWORD,
ProccntUsage: DWORD,
modBaseAddr: BYTE,
modBaseAddr: ^BYTE,
modBaseSize: DWORD,
hModule: HMODULE,
szModule: [MAX_MODULE_NAME32 + 1]WCHAR,