mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 16:48:18 +00:00
Make core and vendor adhere to -vet, -strict-style, and -disallow-do
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ package portmidi
|
||||
import "core:c"
|
||||
import "core:strings"
|
||||
|
||||
when ODIN_OS == "windows" do foreign import lib "portmidi.lib"
|
||||
when ODIN_OS == "windows" { foreign import lib "portmidi.lib" }
|
||||
|
||||
#assert(size_of(b32) == size_of(c.int))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user