mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Replace compile_assert with #assert
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
_ :: compile_assert(ODIN_OS == "windows");
|
||||
#assert(ODIN_OS == "windows");
|
||||
|
||||
when ODIN_OS == "windows" {
|
||||
import win32 "core:sys/windows.odin"
|
||||
|
||||
Reference in New Issue
Block a user