X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/8e7497020dcd3c9f6b1b035aea011edeb76e6f8c..5c04c841812bdb200cc3c73169b1542aef6c2fc3:/lcore.pas diff --git a/lcore.pas b/lcore.pas index d0fc568..0f6eaef 100755 --- a/lcore.pas +++ b/lcore.pas @@ -48,19 +48,6 @@ interface absoloutemaxs:integer=0; type - {$IF CompilerVersion >= 20.0} - { Delphi 2009/2010 widestring is the default string type } - thostname = ansistring; - tbufferstring = ansistring; - tipstring = ansistring; - {$else} - { Old pre-unicode delphi, todo: need to check if ansistring is available - in all older versions of delphi } - thostname = string; - tbufferstring = string; - tipstring = string; - {$ifend} - {$ifdef ver1_0} sigset= array[0..31] of longint; {$endif}