zig-win32 icon indicating copy to clipboard operation
zig-win32 copied to clipboard

Bindings for win32, with and without WIN32_LEAN_AND_MEAN

Results 1 zig-win32 issues
Sort by recently updated
recently updated
newest added

These changes are copied from `lean_and_mean.zig` The main reason for doing this is for i386 builds, where Zig defines `std.os.windows.WINAPI` as `Stdcall` rather than `C`, and Zig doesn't support variadic...