From 5dfff51a40d86093d568eabf30cd311cc8e91e01 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 15 Jul 2021 12:13:57 +0200 Subject: Allow `core:sys/windows` to build on Windows only --- core/sys/windows/kernel32.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'core/sys/windows/kernel32.odin') diff --git a/core/sys/windows/kernel32.odin b/core/sys/windows/kernel32.odin index 9e50e2741..868d4f771 100644 --- a/core/sys/windows/kernel32.odin +++ b/core/sys/windows/kernel32.odin @@ -1,3 +1,4 @@ +// +build windows package sys_windows foreign import kernel32 "system:Kernel32.lib" -- cgit v1.2.3