mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:50:18 +02:00
Add namespaced version of libfontconfig and unixtype units in _USES clause
This commit is contained in:
parent
b51e5f370f
commit
9782b206cf
@ -172,6 +172,9 @@ uses
|
|||||||
,WinApi.Shlobj
|
,WinApi.Shlobj
|
||||||
,WinApi.Activex
|
,WinApi.Activex
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$if (defined(LINUX) or defined(BSD)) and not defined(DARWIN)}
|
||||||
|
,Api.Libfontconfig, UnixApi.Types
|
||||||
|
{$ifend}
|
||||||
;
|
;
|
||||||
{$ELSE FPC_DOTTEDUNITS}
|
{$ELSE FPC_DOTTEDUNITS}
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user