mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 18:21:44 +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+}
|
||||
//As iconv is Linux command, there is no sense in Windows
|
||||
{$IFDEF MSWindows}
|
||||
{$DEFINE WINDOWS}
|
||||
{$ENDIF}
|
||||
{$IFDEF WINDOWS}
|
||||
{$WARNING Windows/Wine/ReactOS locale conversion is not fully supported yet. Sorry.}
|
||||
{$ENDIF}
|
||||
|
||||
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
|
||||
SysUtils, Classes, dos, LCLProc
|
||||
|
Loading…
Reference in New Issue
Block a user