mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 16:51:31 -07:00
transmute(type)x; Minor code clean up
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import win32 "sys/windows.odin";
|
||||
Thread :: struct {
|
||||
using specific: OsSpecific;
|
||||
procedure: Proc;
|
||||
data: rawptr;
|
||||
data: any;
|
||||
user_index: int;
|
||||
|
||||
init_context: Context;
|
||||
|
||||
Reference in New Issue
Block a user