mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Semicolons are required; when condition for certain file scope declarations; #import syntax change
This commit is contained in:
+2
-3
@@ -1,3 +1,2 @@
|
||||
when ODIN_OS == "windows" {
|
||||
#load "os_windows.odin"
|
||||
}
|
||||
#include "os_windows.odin" when ODIN_OS == "windows";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user