http://bugs.winehq.org/show_bug.cgi?id=32947
--- Comment #13 from Constantine Gavrilov constantine.gavrilov@gmail.com 2013-02-11 10:04:53 CST --- The symbol is present in the freetype library and shall be found:
[root@constg ~]# objdump -d /usr/lib/libfreetype.so.6| grep FT_Library_SetLcdFilter 4569b930 <FT_Library_SetLcdFilterWeights>: 4569b940 <FT_Library_SetLcdFilter>: 4569b97a: 74 21 je 4569b99d <FT_Library_SetLcdFilter+0x5d> 4569b985: 74 16 je 4569b99d <FT_Library_SetLcdFilter+0x5d> 4569b993: 74 08 je 4569b99d <FT_Library_SetLcdFilter+0x5d> 4569b997: 74 17 je 4569b9b0 <FT_Library_SetLcdFilter+0x70> 4569b9ba: 74 2a je 4569b9e6 <FT_Library_SetLcdFilter+0xa6> 4569b9db: 74 09 je 4569b9e6 <FT_Library_SetLcdFilter+0xa6> 4569b9e4: eb b7 jmp 4569b99d <FT_Library_SetLcdFilter+0x5d> 4569b9f8: eb a3 jmp 4569b99d <FT_Library_SetLcdFilter+0x5d> 4569ba0f: e8 3c ff ff ff call 4569b950 <FT_Library_SetLcdFilter+0x10> ......