[Poppler-bugs] [Bug 100312] Call ansi functions directly, to be able to compile with different -DUNICODE variants

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 23 09:08:02 UTC 2017


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

--- Comment #3 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
The patch removes the ability of using unicode filesystem and force to use
always the ANSI version of several functions. I.e. 

#ifdef UNICODE
#define GetModuleFileName  GetModuleFileNameW
#else
#define GetModuleFileName  GetModuleFileNameA
#endif // !UNICODE

is defined in winbase.h.
So I can't see why this patch makes sense?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20170323/5f24e1fd/attachment.html>


More information about the Poppler-bugs mailing list