* Fixed compilation on Linux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1342 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Loesje_
2010-10-13 16:58:16 +00:00
parent 3c12d5aa39
commit 137f416c20

View File

@ -3,7 +3,11 @@ unit nsXPCOM;
interface
uses
nsGeckoStrings, nsTypes;
nsGeckoStrings,
{$IFDEF Unix}
BaseUnix,
{$ENDIF}
nsTypes;
const
NS_ISUPPORTS_IID: TGUID = '{00000000-0000-0000-c000-000000000046}';