waitingsong / node-win32-api

win32 api
MIT License
413 stars 53 forks source link

Add recursive Struct support #55

Closed sliftist closed 1 month ago

sliftist commented 1 year ago

This pull request adds recursive Struct support, which allows WINDOWINFO.rcWindow to work correctly.

I ran into some build issues when testing this change, so I had manually injected the change into node_modules to test it. But it seemed to work fine when I did that.

Let me know if there is a better way to do this, or if you have any concerns with this change. Thanks!

waitingsong commented 1 month ago

merged