mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix #2518
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
package sys_windows
|
package sys_windows
|
||||||
|
|
||||||
foreign import kernel32 "system:Kernel32.lib"
|
foreign import kernel32 "system:Kernel32.lib"
|
||||||
|
foreign import one_core "system:OneCore.lib"
|
||||||
|
|
||||||
FOREGROUND_BLUE :: WORD(0x0001)
|
FOREGROUND_BLUE :: WORD(0x0001)
|
||||||
FOREGROUND_GREEN :: WORD(0x0002)
|
FOREGROUND_GREEN :: WORD(0x0002)
|
||||||
@@ -891,7 +892,7 @@ WIN32_MEMORY_REGION_INFORMATION_u_s_Bitfield :: distinct ULONG
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
@(default_calling_convention="stdcall")
|
@(default_calling_convention="stdcall")
|
||||||
foreign kernel32 {
|
foreign one_core {
|
||||||
QueryVirtualMemoryInformation :: proc(
|
QueryVirtualMemoryInformation :: proc(
|
||||||
Process: HANDLE,
|
Process: HANDLE,
|
||||||
VirtualAddress: PVOID,
|
VirtualAddress: PVOID,
|
||||||
|
|||||||
Reference in New Issue
Block a user