Displaying 3 results from an estimated 3 matches for "ft_set_charmap".
2001 Aug 27
0
compilation problem with wine-20010824
...d (first use in this function)
truetype.c:102: `charmap' undeclared (first use in this function)
truetype.c:110: `p_charmap' undeclared (first use in this function)
truetype.c:118: `error' undeclared (first use in this function)
truetype.c:118: warning: implicit declaration of function
`FT_Set_Charmap'
truetype.c:119: `FT_Err_Ok' undeclared (first use in this function)
truetype.c:125: `p_sz' undeclared (first use in this function)
truetype.c: At top level:
2.95.2
Linux ta127038 2.4.0-4GB #1 Mon Jan 22 16:42:16 GMT 2001 i686
unknown...
2001 Jul 01
1
[Wine-20010629] compilation problems with freetype
....c:102: warning: comparison between pointer and integer
truetype.c:103: invalid type argument of `->'
truetype.c:106: warning: comparison between pointer and integer
truetype.c:109: `error' undeclared (first use in this function)
truetype.c:109: warning: implicit declaration of function `FT_Set_Charmap'
truetype.c:110: `FT_Err_Ok' undeclared (first use in this function)
truetype.c:116: invalid type argument of `->'
truetype.c:119: invalid type argument of `->'
truetype.c:131: invalid type argument of `->'
truetype.c: At top level:
truetype.c:151: warning: type default...
2017 Sep 29
0
Wine release 2.18
...e: Use single per-process local file loader.
      include: Added stgprop.h.
      shell32: Partially implement MapColumnToSCID().
      msvcr120: Added vsscanf() and vswscanf().
      shell32: Use regular helper to trace IID, downgrade QI failures to warnings.
      gdi32: Remove runtime check for FT_Set_Charmap().
      gdi32: Pick first charmap if none was selected using preferred encoding.
      shell32: Use shellfolder API to construct FolderItems.
      shell32: Store simple full path for FolderItem.
      shell32: Implement FolderItem attributes properties.
      shell32: Silence fixme for tested cas...