Files
zig/lib
Ryan Liptak 8b16160b6f DllMain symbols: use ptrCast to allow using non-std pointer type
`HINSTANCE` is `*opaque {}` so using a type that should be compatible from alternate bindings (zigwin32, for example) would be a (false positive) compile error without this ptrCast.
2026-05-02 02:44:26 -07:00
..
2026-04-26 19:26:16 +02:00
2026-04-22 16:11:02 -07:00
2026-04-16 19:21:16 +02:00