It would be nice to be able to override g++ with mingw32 for compiling windows specific headers. This is useful for compiling windows specific headers that caused this error: ``` fatal error: windows.h: No such file or directory #include <windows.h> ```
It would be nice to be able to override g++ with mingw32 for compiling windows specific headers.
This is useful for compiling windows specific headers that caused this error: