3/4 patches for compilation of ATL & MFC

Hans Leidekker hans at it.vu.nl
Fri Mar 12 02:49:05 CST 2004


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: include_msvcrt_math_h.diff
Type: text/x-diff
Size: 2390 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040312/0e6697ae/include_msvcrt_math_h.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: include_msvcrt_float_h.diff
Type: text/x-diff
Size: 2997 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040312/0e6697ae/include_msvcrt_float_h.bin


More information about the wine-patches mailing list