From 05b58bdbb138cce95a7f948837897b40b4369cf2 Mon Sep 17 00:00:00 2001 From: zhibog Date: Sat, 24 Oct 2020 00:17:36 +0200 Subject: [PATCH] Fixed package name --- core/sys/windows/ntdll.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"