marlersoft / zigwin32gen

Generates Complete Zig bindings for Win32. See https://github.com/marlersoft/zigwin32 for the bindings themselves.
108 stars 17 forks source link

Fix fucntion that return struct as values #29

Closed lassade closed 8 months ago

lassade commented 9 months ago

follows these instructions: https://github.com/microsoft/win32metadata/issues/636#issuecomment-1280424506 to fix https://github.com/marlersoft/zigwin32/issues/6

requires: https://github.com/marlersoft/win32jsongen/pull/8

marler8997 commented 8 months ago

Thanks for the contribution. Unfortunately these types of "zig update" changes are something I like to do myself so I can see what's changed between zig versions so I wasn't able to leverage your work. But the project now works with zig version 0.12.0-dev.2701+d18f52197 and the bindings themselves still work on 0.11.0 if you want to keep hacking.