diff --git a/components/geckoport/nsInit.pas b/components/geckoport/nsInit.pas index 5d1f326e3..0efe4d17e 100755 --- a/components/geckoport/nsInit.pas +++ b/components/geckoport/nsInit.pas @@ -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}