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:
wp_xxyyzz
2020-05-06 10:40:05 +00:00
parent 6952568642
commit f2502d8ad3
15 changed files with 73 additions and 65 deletions

View File

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