mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
for in string16; Support string16 across core
This commit is contained in:
@@ -72,7 +72,7 @@ foreign Kernel32 {
|
||||
flProtect: u32,
|
||||
dwMaximumSizeHigh: u32,
|
||||
dwMaximumSizeLow: u32,
|
||||
lpName: [^]u16,
|
||||
lpName: cstring16,
|
||||
) -> rawptr ---
|
||||
|
||||
MapViewOfFile :: proc(
|
||||
|
||||
Reference in New Issue
Block a user