On Thursday 11 March 2004 20:44, Alexandre Julliard wrote:
--- include/msvcrt/math.h 2 Sep 2003 00:58:21 -0000 1.1 +++ include/msvcrt/math.h 10 Mar 2004 08:36:47 -0000 @@ -1,12 +1,14 @@ -#ifndef __WINE_MATH_H -#define __WINE_MATH_H
-#ifdef __cplusplus -extern "C" { -#endif +#include <../include/math.h>
This is wrong, we need a proper math.h.
As part of my efforts to get msvcrt compiled on MinGW I created a math.h and float.h based on MinGW headers. Since you're asking for a math.h and since my patch is going to be large enough already I thought I'd post them here. They are not complete but have enough to compile msvcrt itself.
-Hans
Changelog: The beginnings of math.h and float.h.