> 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);
That is fine. We can use this convention pdf_MODULE_PLATTFORM_* for
all public functions that work in a specific plattform.
And the platform-specific section you mean, it should be anyway
inside the section for the time module, right?
Yes.
Thanks.