----- Original Message -----
From: "David Mandelin" <[EMAIL PROTECTED]>
Sent: Wednesday, August 29, 2001 2:07 PM


> The latest version of the WordPerfect importer uses rint(), which is not
> available on Win32. I couldn't find a replacement, so I wrote one. I
> don't know a lot about FP, but it seems to do the same thing as Solaris
> rint() in the default rounding mode, and it works on both Win32 and
> Solaris.

David -

Thanks for the patch.  I have implimented it slightly differently.  As
rint() is only missing for the Win32, I just added you code as rint() in
UT_Math.[h,cpp] bounded by #ifdef WIN32.

Cheers!

Michael D. Pritchett


Reply via email to