mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:43:30 +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
|
@ -1,6 +1,10 @@
|
|||
|
||||
#include <math.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma function(asinf)
|
||||
#endif
|
||||
|
||||
_Check_return_
|
||||
float
|
||||
__cdecl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue