mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
match to switch; Optional semicolons after "import" statements
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
when ODIN_OS == "windows" do foreign_system_library "opengl32.lib";
|
||||
using import "core:sys/windows.odin";
|
||||
when ODIN_OS == "windows" {
|
||||
foreign_system_library "opengl32.lib"
|
||||
}
|
||||
using import "core:sys/windows.odin"
|
||||
|
||||
|
||||
CONTEXT_MAJOR_VERSION_ARB :: 0x2091;
|
||||
|
||||
Reference in New Issue
Block a user