Hi, Thanks for the link. It seems to work (built and did a quick test) with a small change: enable the NTSTATUS typedef around line 355:
#if 0 typedef LONG NTSTATUS; #endif otherwise compilation errors with NTSTATUS undefined. The "#if 0" Appears to be inherited from the idl. I could pull it in from some other include, but my source compiles with credentialprovider.h from Windows SDK. The WIP code I'm testing with is here: https://github.com/selvanair/openvpn-gui/tree/plap-wip Selva On Wed, Aug 3, 2022 at 11:08 AM Biswapriyo Nath <[email protected]> wrote: > Would like to test if the header file from the following repository > works with your project? Link > https://github.com/Biswa96/mingw-w64/tree/cred-add. See the recent > commit. The repository is just for testing. The header file will be > upstreamed if it works. > _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
