mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:09:20 +02:00
+ use fpwidestring in the compiler once again on unix-like hosts. The
regressions, mentioned previously are now fixed after r36461 git-svn-id: trunk@36462 -
This commit is contained in:
parent
5e4937fd3f
commit
15e8757768
@ -39,18 +39,7 @@ uses
|
|||||||
{$if defined(unix) and (FPC_FULLVERSION>20700)}
|
{$if defined(unix) and (FPC_FULLVERSION>20700)}
|
||||||
{ system code page stuff for unix }
|
{ system code page stuff for unix }
|
||||||
unixcp,
|
unixcp,
|
||||||
{ we also need unit fpwidestring for the codepage-aware messages support, but
|
fpwidestring,
|
||||||
unfortunately, pulling this unit in, causes regressions in the following
|
|
||||||
tests:
|
|
||||||
|
|
||||||
test/packages/bzip2/tbzip2streamtest
|
|
||||||
test/units/system/tres
|
|
||||||
test/units/system/tres2
|
|
||||||
test/units/system/tres3
|
|
||||||
test/units/system/tres4
|
|
||||||
|
|
||||||
this needs to be resolved first, before this unit is included. }
|
|
||||||
// fpwidestring,
|
|
||||||
{$endif}
|
{$endif}
|
||||||
{$IFNDEF USE_FAKE_SYSUTILS}
|
{$IFNDEF USE_FAKE_SYSUTILS}
|
||||||
sysutils,math,
|
sysutils,math,
|
||||||
|
Loading…
Reference in New Issue
Block a user