This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Remove `//+build windows` tag
gingerBill
1 year ago
parent
1d7f7a55d2
commit
7b89174a26
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
core/sys/windows/types.odin
+ 0
- 1
core/sys/windows/types.odin
View File
@@ -1,4 +1,3 @@
-// +build windows
package sys_windows
import "core:c"