Make sync_t distinct

This commit is contained in:
gingerBill
2021-08-24 00:22:11 +01:00
parent 766c17a6a3
commit 4489df2871
+1 -1
View File
@@ -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);