From e181b589661b501d93102d2ec922c28f83156910 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 6 Jan 2025 11:07:49 -0500 Subject: [PATCH] Fix +build warning issue --- core/sys/windows/xinput.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/windows/xinput.odin b/core/sys/windows/xinput.odin index 014d2573a..0089f88cb 100644 --- a/core/sys/windows/xinput.odin +++ b/core/sys/windows/xinput.odin @@ -1,4 +1,4 @@ -// +build windows +#+build windows package sys_windows foreign import "system:xinput.lib"