Open mefyl opened 1 month ago
Thanks for your PR. By chance, would you be able to add a GitHub action (or another CI) that tests the "mingw" case?
I'm not really familiar with Github actions; is there already a CI environment cross compiling with mingw ?
I'm not really familiar with Github actions; is there already a CI environment cross compiling with mingw ?
I don't know. Maybe ask the people who're into "windows" and "OCaml" - they must have some secret runes how to test their projects in CI / GitHub actions.
Since windows filesystem is case insensitive and, AFAIK,
windows.h
is always lowercase in MinGW distributions, using a lowercase include will work on both transparently.Currently: