From: Timo Kreuzer Date: Fri, 28 Jan 2011 17:44:30 +0000 (+0000) Subject: [CRT] X-Git-Tag: backups/GSoC_2011/GSoC_Themes@51550~164 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2d96eac29f4704589650043a1e3903f72a8e5c45 [CRT] add a single prototype, instead of including math.h svn path=/branches/cmake-bringup/; revision=50537 --- diff --git a/lib/sdk/crt/math/powf.c b/lib/sdk/crt/math/powf.c index 55eb92a2e3f..e9cc35ad642 100644 --- a/lib/sdk/crt/math/powf.c +++ b/lib/sdk/crt/math/powf.c @@ -3,7 +3,8 @@ * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -#include + +double __cdecl pow(double x, double y); float powf(float x, float y) {