Semicolons are required; when condition for certain file scope declarations; #import syntax change

This commit is contained in:
Ginger Bill
2016-12-01 22:44:00 +00:00
parent be8b9bda2f
commit 4bb45700a5
29 changed files with 3400 additions and 3244 deletions
+2 -3
View File
@@ -1,3 +1,2 @@
when ODIN_OS == "windows" {
#load "os_windows.odin"
}
#include "os_windows.odin" when ODIN_OS == "windows";