mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Make core and vendor adhere to -vet, -strict-style, and -disallow-do
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ package portmidi
|
||||
|
||||
import "core:c"
|
||||
|
||||
when ODIN_OS == "windows" do foreign import lib "portmidi_s.lib"
|
||||
when ODIN_OS == "windows" { foreign import lib "portmidi_s.lib" }
|
||||
|
||||
|
||||
Queue :: distinct rawptr
|
||||
|
||||
Reference in New Issue
Block a user