mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Syntax: Replace foreign_system_library "kernel.lib" to foreign_library "system:kernel.lib"; Remove keyword: foreign_system_library
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
when ODIN_OS == "windows" {
|
||||
foreign_system_library "opengl32.lib"
|
||||
foreign_library "system:opengl32.lib"
|
||||
}
|
||||
using import "core:sys/windows.odin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user