aboutsummaryrefslogtreecommitdiff
path: root/core/thread.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-09-07 20:55:59 +0100
committerGinger Bill <bill@gingerbill.org>2017-09-07 20:55:59 +0100
commit8e3b77aba81a6bd71c7e8b23f09fc76474f401d7 (patch)
tree812e5e8fe937a8c3d7c8b3e5b931f9c7f8984c7d /core/thread.odin
parent36e3a02f67997131507c1d6b389317324e04a0b6 (diff)
Library collections
Diffstat (limited to 'core/thread.odin')
-rw-r--r--core/thread.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/thread.odin b/core/thread.odin
index 3510ad8af..e6e8ce53b 100644
--- a/core/thread.odin
+++ b/core/thread.odin
@@ -1,6 +1,6 @@
_ :: compile_assert(ODIN_OS == "windows");
-import win32 "sys/windows.odin";
+import win32 "core:sys/windows.odin";
Thread :: struct {
using specific: Os_Specific;