You've already forked lazarus-ccr
jvcllaz: Fix compilation on macOS and on 64-bit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7431 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -116,8 +116,11 @@ implementation
|
||||
|
||||
uses
|
||||
LCLVersion,
|
||||
{$IFDEF LINUX}
|
||||
baseunix, unix, linux, users,
|
||||
{$IFDEF UNIX} // RPH 16Apr2020 - Fix for Darwin
|
||||
baseunix, unix,
|
||||
{$IFDEF LINUX}
|
||||
linux, users,
|
||||
{$ENDIF}
|
||||
{$ELSE}
|
||||
Windows,
|
||||
{$ENDIF}
|
||||
|
Reference in New Issue
Block a user