diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-03 23:46:42 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-03 23:46:42 +0000 |
| commit | 121f0185d6923c84d64ee75326d15013eb5d1fe0 (patch) | |
| tree | efdd5144c55a761d2f9a81f5d04f4fed264661d6 /core/sys | |
| parent | e7999f8450aca9c4c81e272470be438e6a183939 (diff) | |
Custom thread local models
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/wgl.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sys/wgl.odin b/core/sys/wgl.odin index 6ac5ffbf5..1de6790dc 100644 --- a/core/sys/wgl.odin +++ b/core/sys/wgl.odin @@ -64,7 +64,6 @@ Get_Extensions_String_ARB_Type :: #type proc "c" (Hdc) -> ^u8; get_extensions_string_arb: Get_Extensions_String_ARB_Type; - foreign opengl32 { @(link_name="wglCreateContext") create_context :: proc(hdc: Hdc) -> Hglrc ---; |