From ec6a7a35c4a0c7dcb17a99498a612e4fb8161873 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Wed, 6 Sep 2006 20:30:28 +0000 Subject: [PATCH] Added _fpreset prototype. Not sure why this isn't picked up here. svn path=/trunk/; revision=23935 --- reactos/lib/mingw/wcrt1.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/lib/mingw/wcrt1.c b/reactos/lib/mingw/wcrt1.c index b7eeaece113..00b30bc0081 100644 --- a/reactos/lib/mingw/wcrt1.c +++ b/reactos/lib/mingw/wcrt1.c @@ -17,10 +17,16 @@ #include #include #include +#include #define WIN32_LEAN_AND_MEAN #include #include +/* This prototype is needed for me, even though it's present in float.h + * Not sure what's blocking it. + */ +void __cdecl _fpreset(); + /* NOTE: The code for initializing the _argv, _argc, and environ variables * has been moved to a separate .c file which is included in both * crt1.c and dllcrt1.c. This means changes in the code don't have to