mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Use const & for Array<AstNode *> parameters
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
// +build windows
|
||||
package win32
|
||||
|
||||
// when ODIN_OS == "windows" {
|
||||
foreign import "system:opengl32.lib"
|
||||
// }
|
||||
|
||||
foreign import "system:opengl32.lib"
|
||||
|
||||
CONTEXT_MAJOR_VERSION_ARB :: 0x2091;
|
||||
CONTEXT_MINOR_VERSION_ARB :: 0x2092;
|
||||
|
||||
Reference in New Issue
Block a user