Fix build of mergee
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 2m10s
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 2m10s
This commit is contained in:
@@ -50,7 +50,7 @@ namespace LightlessSync.Utils
|
|||||||
{
|
{
|
||||||
if (addr == 0 || size == 0) return false;
|
if (addr == 0 || size == 0) return false;
|
||||||
|
|
||||||
if (VirtualQuery(addr, out var mbi, (nuint)Marshal.SizeOf<MEMORY_BASIC_INFORMATION>()) == 0)
|
if (VirtualQuery(addr, out var mbi, (nuint)Marshal.SizeOf<MemoryBasicInformation>()) == 0)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
const uint Commit = 0x1000;
|
const uint Commit = 0x1000;
|
||||||
|
|||||||
Reference in New Issue
Block a user