Browse Source

sys/windows: fix xinput build tag

Laytan Laats 8 months ago
parent
commit
b136aa26c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/windows/xinput.odin

+ 1 - 1
core/sys/windows/xinput.odin

@@ -1,4 +1,4 @@
-// +build windows
+#+build windows
 package sys_windows
 
 foreign import "system:xinput.lib"