lcl: fixed compilation with fpc 2.2.0

git-svn-id: trunk@16207 -
This commit is contained in:
vincents 2008-08-24 13:29:50 +00:00
parent 236126e7ee
commit 1e87037f56

View File

@ -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