Change foreign_library to foreign import

This commit is contained in:
gingerBill
2017-10-15 15:21:56 +01:00
parent 26ea8f6dcb
commit 85f7c2d040
8 changed files with 72 additions and 75 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
when ODIN_OS == "windows" {
foreign_library "system:opengl32.lib"
foreign import "system:opengl32.lib"
}
using import "core:sys/windows.odin"