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