mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:00:30 +02:00
* Fix compilation using namespaces
This commit is contained in:
parent
413586c041
commit
818fc4244b
@ -139,7 +139,7 @@ implementation
|
||||
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
uses System.Hash.Utils
|
||||
{$if defined(x86_64) or defined(CPU386)},System.Cpu{$endif};
|
||||
{$if defined(x86_64) or defined(CPU386)},System.CPU{$endif};
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
uses fphashutils
|
||||
{$if defined(x86_64) or defined(CPU386)},cpu{$endif};
|
||||
|
Loading…
Reference in New Issue
Block a user