Open woollybah opened 6 years ago
Thanks for the report.
Please note that we don't test / officially support MinGW atm (which is something we've got on our mid term roadmap - internal case number: SLNET-237). However, the suggested change obviously won't hurt and if it helps you, I'll apply the change right away to master.
Due to lack of other means to contact you, posting this here in the comment directly: To be legal wise on the safe side, we'd kindly ask you to accept our CLA: https://github.com/SLikeSoft/SLikeNet/blob/master/.github/CONTRIBUTING.md . Best send a short mail to the address specified there. Alternatively you can also simply reply here by comment. Also let us know whether we'd add a corresponding entry in the acknowledgement section for you.
Platform: Win32, x64, MinGW 7.2
The MinGW build fails when it defines TCHAR, with an error in winnt.h...
https://github.com/SLikeSoft/SLikeNet/blob/70a86d11b7595b6ac64bdd261ce440ff35ad4a64/Source/include/slikenet/DR_SHA1.h#L178-L183
suggestion include
or
Thanks!