From d7a2739bdfd11191bd769f413afadd36029ad1b8 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Wed, 6 Sep 2006 20:31:11 +0000 Subject: [PATCH] Ditto. svn path=/trunk/; revision=23936 --- reactos/lib/mingw/crt1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/lib/mingw/crt1.c b/reactos/lib/mingw/crt1.c index 65f248dd978..956c6853fa4 100644 --- a/reactos/lib/mingw/crt1.c +++ b/reactos/lib/mingw/crt1.c @@ -21,6 +21,8 @@ #include #include +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