Ifdef the rint function out for platforms other than Windows (temporary).

Not part of build yet. a=leaf


git-svn-id: svn://10.0.0.236/trunk@67916 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Peter.VanderBeken%pandora.be
2000-05-02 21:53:37 +00:00
parent 77e1854d70
commit 440dd74edb

View File

@@ -60,6 +60,7 @@ NumberFunctionCall::NumberFunctionCall(short type) : FunctionCall() {
}
} //-- NumberFunctionCall
#ifdef WINDOWS
static double rint(double r)
{
double integerPart = 0;
@@ -70,6 +71,7 @@ static double rint(double r)
return integerPart;
}
#endif
/**
* Evaluates this Expr based on the given context node and processor state