[Poppler-bugs] [Bug 32496] Fixes for build issues using Visual Studio 2008/2010 toolchain

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 19 05:42:25 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32496

--- Comment #8 from Philip Lorenz <lorenzph+freedesktop at gmail.com> 2010-12-19 05:42:25 PST ---
(In reply to comment #7)
> (From update of attachment 41237 [details])
> What is the reason for changing the use of _wstat() to _stat() in the else
> statement?

The else branch seems to be the fallback for non-NT based versions of Windows
(e.g. Windows 9x, ...) which do not support wide character strings. I don't
know why _wstat was used in this branch as, similarly to _wfopen, it is not
available on those systems (see the Requirements section in
http://msdn.microsoft.com/en-us/library/14h5k7ff%28v=VS.80%29.aspx).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list