mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-23 07:57:52 +00:00
import and import_load as keywords; Fix procedure literal call trick
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
#foreign_system_library "opengl32.lib" when ODIN_OS == "windows";
|
||||
#import . "windows.odin";
|
||||
import . "windows.odin";
|
||||
|
||||
const CONTEXT_MAJOR_VERSION_ARB = 0x2091;
|
||||
const CONTEXT_MINOR_VERSION_ARB = 0x2092;
|
||||
|
||||
Reference in New Issue
Block a user