dougbinks / enkiTS

A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
zlib License
1.74k stars 145 forks source link

Fix build on MinGW and UWP. #87

Closed eugeneko closed 1 year ago

eugeneko commented 1 year ago

I know that adding platforms to support is usually a burden, but in this case it doesn't really cost us anything, just a bit more selective #define check.

I tested this change both on CI and locally for our MinGW and UWP builds.

dougbinks commented 1 year ago

Thanks!

I'll test and merge soon.

dougbinks commented 1 year ago

Merged, many thanks!