You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I got distracted by the issue description. Sorry.
Currently windows.h is included like this: #include <Windows.h> - does version 2.3.5 not work for you? If not - that could easily be changed.
Exactly. It has to be #include <windows.h> (small caps) to silence Clang using [-Werror,-Wnonportable-system-include-path]. Then it works on Windows/Linux X gcc/clang - each with very picky warning flags. I located three ill-formed includes. Will open a MR fixing that.
Then I got distracted by the issue description. Sorry.
Exactly. It has to be
#include <windows.h>
(small caps) to silence Clang using[-Werror,-Wnonportable-system-include-path]
. Then it works on Windows/Linux X gcc/clang - each with very picky warning flags. I located three ill-formed includes. Will open a MR fixing that.Originally posted by @suoniq in #263 (comment)
The text was updated successfully, but these errors were encountered: