mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 20:59:16 +02:00
lcl: fixed compilation with fpc 2.2.0
git-svn-id: trunk@16207 -
This commit is contained in:
parent
236126e7ee
commit
1e87037f56
@ -16,16 +16,13 @@ unit LConvEncoding;
|
|||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
//As iconv is Linux command, there is no sense in Windows
|
//As iconv is Linux command, there is no sense in Windows
|
||||||
{$IFDEF MSWindows}
|
|
||||||
{$DEFINE WINDOWS}
|
|
||||||
{$ENDIF}
|
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
{$WARNING Windows/Wine/ReactOS locale conversion is not fully supported yet. Sorry.}
|
{$WARNING Windows/Wine/ReactOS locale conversion is not fully supported yet. Sorry.}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{$IFDEF UNIX}{$IFNDEF VER2_2_2}{$DEFINE HasIconvEnc}{$ENDIF}{$ENDIF}
|
{$IFDEF UNIX}{$IF not defined(VER2_2_0) and not defined(VER2_2_2)}{$DEFINE HasIconvEnc}{$ENDIF}{$ENDIF}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils, Classes, dos, LCLProc
|
SysUtils, Classes, dos, LCLProc
|
||||||
|
Loading…
Reference in New Issue
Block a user