mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 05:21:27 +02:00
cwstrings not needed on win32
git-svn-id: trunk@7231 -
This commit is contained in:
parent
c077b1d77d
commit
ef9b65acf2
@ -31,9 +31,9 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, GetText, FileUtil, LazarusIDEStrConsts
|
||||
{$IFDEF UseUTF8Translations}
|
||||
{$IFNDEF win32}{$IFDEF UseUTF8Translations}
|
||||
,cwstring
|
||||
{$ENDIF};
|
||||
{$ENDIF}{$ENDIF};
|
||||
|
||||
{ IDE Language (Human, not computer) }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user