This commit is contained in:
Ginger Bill
2017-09-11 22:49:26 +01:00
parent e6e0aba8c3
commit cbcf4b6071
9 changed files with 69 additions and 73 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
_ :: compile_assert(ODIN_OS == "windows");
import win32 "core:sys/windows.odin";
when ODIN_OS == "windows" {
import win32 "core:sys/windows.odin";
}
Thread :: struct {
using specific: Os_Specific;