mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Make sync_t distinct
This commit is contained in:
Vendored
+1
-1
@@ -59,7 +59,7 @@ Type conversion overview:
|
|||||||
void* -> rawptr
|
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);
|
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