Chris Denton bfbeb3ebd9
unnecessary_mut_passed
This is where our Windows API bindings previously (and incorrectly) used `*mut` instead of `*const` pointers. Now that the bindings have been corrected, the mutable references (which auto-convert to `*mut`) are unnecessary and we can use shared references.
2023-11-22 13:00:28 +00:00
..
2023-11-22 13:00:28 +00:00
2023-10-28 23:10:45 -07:00
2023-11-05 18:32:10 +01:00