mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Replace usage of inline proc with #force_inline proc in the core library
This commit is contained in:
@@ -690,7 +690,7 @@ foreign kernel32 {
|
||||
|
||||
NUMA_NO_PREFERRED_NODE :: 0xffffffff;
|
||||
|
||||
MapViewOfFile2 :: inline proc(
|
||||
MapViewOfFile2 :: #force_inline proc(
|
||||
FileMappingHandle: HANDLE,
|
||||
ProcessHandle: HANDLE,
|
||||
Offset: ULONG64,
|
||||
|
||||
Reference in New Issue
Block a user