You've already forked lazarus-ccr
* Fixed compilation on Windows after r1363
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1364 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -336,7 +336,7 @@ procedure ZeroArray(out AArray; const ASize: SizeInt);
|
||||
implementation
|
||||
|
||||
uses
|
||||
{$IFDEF MSWINDOWS} Windows, {$ELSE} DynLibs, {$ENDIF} nsError, nsMemory,math;
|
||||
{$IFDEF MSWINDOWS} Windows, {$ENDIF} DynLibs, nsError, nsMemory,math;
|
||||
|
||||
type
|
||||
{$IFNDEF MSWINDOWS}
|
||||
|
Reference in New Issue
Block a user