mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:06:17 +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
|
@ -3,12 +3,9 @@
|
|||
* This file is part of the w64 mingw-runtime package.
|
||||
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
|
||||
*/
|
||||
#define logf _dummy_logf
|
||||
#include <math.h>
|
||||
#undef logf
|
||||
|
||||
#if defined(_MSC_VER) && (defined(_M_ARM) || defined(_M_AMD64))
|
||||
#pragma warning(suppress:4164) /* intrinsic not declared */
|
||||
#pragma function(logf)
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue