From 12c12261962d9a22a4375867ffafe6c8e934fdbd Mon Sep 17 00:00:00 2001 From: Loesje_ Date: Wed, 3 Nov 2010 10:34:31 +0000 Subject: [PATCH] * Fixed compilation on Windows after r1363 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1364 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/geckoport/nsInit.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}