aboutsummaryrefslogtreecommitdiff
path: root/core/sys
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-12 14:19:12 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-12 14:19:12 +0100
commit2ab0d9757388d1ec84db56b6ebb49a2ffff34d62 (patch)
treeaa8a4640256bc22befd823b8ec1b4b1d6642aebf /core/sys
parent0c05fc14327631b0fa70eadf60426d507812c4d5 (diff)
`import` and `import_load` as keywords; Fix procedure literal call trick
Diffstat (limited to 'core/sys')
-rw-r--r--core/sys/wgl.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/wgl.odin b/core/sys/wgl.odin
index 5d373578a..c2594d475 100644
--- a/core/sys/wgl.odin
+++ b/core/sys/wgl.odin
@@ -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;