Added _fpreset prototype. Not sure why this isn't picked up here.

svn path=/trunk/; revision=23935
This commit is contained in:
Art Yerkes 2006-09-06 20:30:28 +00:00
parent 3c13ad4c32
commit ec6a7a35c4

View file

@ -17,10 +17,16 @@
#include <io.h>
#include <process.h>
#include <float.h>
#include <math.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <signal.h>
/* 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