Add the missing includes for getting the defines and functions used in the mingw version of get_temp_file_name().
This fixes 31 tests when built in a mingw configuration.
Also remove a redundant ifdef; _WIN32 is defined in mingw targets too.
Differential D97456
[libcxx] [test] Fix the get_temp_file_name() function for mingw mstorsjo on Feb 25 2021, 3:11 AM. Authored by
Details
Add the missing includes for getting the defines and functions used in the mingw version of get_temp_file_name(). This fixes 31 tests when built in a mingw configuration. Also remove a redundant ifdef; _WIN32 is defined in mingw targets too.
Diff Detail
Event Timeline
|
Would defining VC_EXTRALEAN as well be beneficial and possible?