Browse Source

Remove `//+build windows` tag

gingerBill 1 year ago
parent
commit
7b89174a26
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/sys/windows/types.odin

+ 0 - 1
core/sys/windows/types.odin

@@ -1,4 +1,3 @@
-// +build windows
 package sys_windows
 
 import "core:c"