mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Added _fpreset prototype. Not sure why this isn't picked up here.
svn path=/trunk/; revision=23935
This commit is contained in:
parent
3c13ad4c32
commit
ec6a7a35c4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue