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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 18 10:02:58 PST 2010


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

--- Comment #3 from Albert Astals Cid <tsdgeos at terra.es> 2010-12-18 10:02:58 PST ---
I'm a little confused of why you need
-    if (_wstat(fileName2, &buf) == 0) {
+    if (_wstat((const wchar_t *) fileName2, &buf) == 0) {
if fileName2 is already a wchar_t array and thus a const wchar_t *

-- 
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