mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
match to switch; Optional semicolons after "import" statements
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
when ODIN_OS == "windows" {
|
||||
foreign_system_library "kernel32.lib";
|
||||
foreign_system_library "user32.lib";
|
||||
foreign_system_library "gdi32.lib";
|
||||
foreign_system_library "winmm.lib";
|
||||
foreign_system_library "shell32.lib";
|
||||
foreign_system_library "kernel32.lib"
|
||||
foreign_system_library "user32.lib"
|
||||
foreign_system_library "gdi32.lib"
|
||||
foreign_system_library "winmm.lib"
|
||||
foreign_system_library "shell32.lib"
|
||||
}
|
||||
|
||||
Handle :: rawptr;
|
||||
|
||||
Reference in New Issue
Block a user