node-win32-api
node-win32-api copied to clipboard
Add recursive Struct support
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!