diff --git a/core/sys/windows/ntdll.odin b/core/sys/windows/ntdll.odin index 2f2f74687..0f7472f33 100644 --- a/core/sys/windows/ntdll.odin +++ b/core/sys/windows/ntdll.odin @@ -1,4 +1,4 @@ -package version +package sys_windows foreign import ntdll_lib "system:ntdll.lib"