mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:12:58 +00:00
[CRT] Add some missing #pragma function
This commit is contained in:
parent
db41787951
commit
aea4cfba55
23 changed files with 79 additions and 10 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue