[CRT] Add some missing #pragma function

This commit is contained in:
Timo Kreuzer 2021-07-10 13:24:42 +02:00
parent db41787951
commit aea4cfba55
23 changed files with 79 additions and 10 deletions

View file

@ -17,6 +17,10 @@
*/
#include <precomp.h>
#if (_MSC_VER >= 1920)
#pragma function(_hypot)
#endif
/* Approximate square roots of DBL_MAX and DBL_MIN. Numbers
between these two shouldn't neither overflow nor underflow
when squared. */