mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[CRT]
add a single prototype, instead of including math.h svn path=/branches/cmake-bringup/; revision=50537
This commit is contained in:
parent
09d50a5784
commit
2d96eac29f
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
* This file is part of the w64 mingw-runtime package.
|
* This file is part of the w64 mingw-runtime package.
|
||||||
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
|
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
|
||||||
*/
|
*/
|
||||||
#include <math.h>
|
|
||||||
|
double __cdecl pow(double x, double y);
|
||||||
|
|
||||||
float powf(float x, float y)
|
float powf(float x, float y)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue