"Evan Stade" <[EMAIL PROTECTED]> writes:

> +inline INT roundr(REAL x)
> +{
> +    return (INT) floorf(x + 0.5);
> +}
> +
> +inline REAL deg2rad(REAL degrees)
> +{
> +    return M_PI * degrees / 180.0;
> +}

If you want them to be inlined they should be defined in the header
file.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to