mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 13:01:38 -07:00
Make sync_t distinct
This commit is contained in:
Vendored
+1
-1
@@ -59,7 +59,7 @@ Type conversion overview:
|
||||
void* -> rawptr
|
||||
*/
|
||||
|
||||
sync_t :: rawptr;
|
||||
sync_t :: distinct rawptr;
|
||||
debug_proc_t :: #type proc "c" (source: u32, type: u32, id: u32, severity: u32, length: i32, message: cstring, userParam: rawptr);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user