Просмотр исходного кода

sys/windows: fix xinput build tag

Laytan Laats 8 месяцев назад
Родитель
Сommit
b136aa26c8
1 измененных файлов с 1 добавлено и 1 удалено
  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"