#TIL using
#windows API from
#zig code, and it's soo much nicer than its original
#cpp. Function arguments (that are usually cryptically named integers) can be easily understood just by browsing their type definitions. Pointers are much more specific. Thanks
Johnatan Marler for the
zigwin32 bindings!