diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-04 00:16:54 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-04 00:16:54 +0000 |
| commit | 6bc5584addffa20639d5bc7dcc789f76a298e1e5 (patch) | |
| tree | d7b0816c7b2a1d70bd0e7f90ed576a9bf6c8fb3f /core/sys | |
| parent | 121f0185d6923c84d64ee75326d15013eb5d1fe0 (diff) | |
Fix fmt printing `uintptr` type
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/wgl.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/wgl.odin b/core/sys/wgl.odin index 1de6790dc..4f8aa29e7 100644 --- a/core/sys/wgl.odin +++ b/core/sys/wgl.odin @@ -1,7 +1,7 @@ when ODIN_OS == "windows" { foreign import "system:opengl32.lib" + using import "core:sys/windows.odin" } -using import "core:sys/windows.odin" CONTEXT_MAJOR_VERSION_ARB :: 0x2091; |