Replace compile_assert with #assert

This commit is contained in:
gingerBill
2018-02-24 19:03:29 +00:00
parent b2461f7192
commit 35ba5771a5
17 changed files with 96 additions and 69 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ when ODIN_OS == "windows" {
export "core:opengl_constants.odin"
_ := compile_assert(ODIN_OS != "osx");
(ODIN_OS != "osx");
@(default_calling_convention="c", link_prefix="gl")
foreign lib {