fix(win32): Gate close in poppler_ps_file_finalize
As the comment indicates, _from_fd
functionality is *nix-only,
we don't even import the right header for close
on win32, so use
preprocessor directives to gate that part of the code.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
As the comment indicates, _from_fd
functionality is *nix-only,
we don't even import the right header for close
on win32, so use
preprocessor directives to gate that part of the code.