From b136aa26c8269c08c94380578dad0c2dcdcbfec1 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Mon, 6 Jan 2025 21:14:37 +0100 Subject: [PATCH] sys/windows: fix xinput build tag --- 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"