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
Because of this one has to resort to manually defining WIN32 (if _WIN32 is defined) before including catch.hpp in main.cpp.
Presumably the correct thing would be to check CATCH_PLATFORM_WINDOWS instead.
As far as I can tell this is the only remaining use of WIN32 in Catch2.
The text was updated successfully, but these errors were encountered:
Hi!
There appears to be a leftover
WIN32
macro check after #193 and #1676.Catch2/include/internal/catch_default_main.hpp
Lines 15 to 17 in 2d172dc
Because of this one has to resort to manually defining
WIN32
(if_WIN32
is defined) before includingcatch.hpp
inmain.cpp
.Presumably the correct thing would be to check
CATCH_PLATFORM_WINDOWS
instead.As far as I can tell this is the only remaining use of
WIN32
in Catch2.The text was updated successfully, but these errors were encountered: