pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Some thoughts on the time module...


From: Aleksander Morgado
Subject: Re: [pdf-devel] Some thoughts on the time module...
Date: Wed, 2 Jul 2008 15:43:26 +0200 (CEST)
User-agent: SquirrelMail/1.4.9a

>    Plus maybe an additional one to be used in Windows, which involves also
>    the timescale change (filetime to systime):
>    pdf_time_set_from_filetime(pdf_time_t time_object, \
>                                pdf_i32_t high, pdf_u32_t low);
>
> If this function is only being used when compiling/running in windows
> then it is useful to identify that fact in the function name. Also,
> platform-specific functions should be documented in a separate section
> in the reference manual.

Something like this?

pdf_time_w32_set_from_filetime(pdf_time_t time_object, \
                               pdf_i32_t high, pdf_u32_t low);

And the platform-specific section you mean, it should be anyway inside the
section for the time module, right?

-Aleksander





reply via email to

[Prev in Thread] Current Thread [Next in Thread]