From 7711798252ad5f7330b7452f7129ed3a945f7ced Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Tue, 10 Oct 2006 14:29:49 +0000 Subject: [PATCH] Fix mistake from the patch for bug 243215, found by jlurz24@gmail.com git-svn-id: svn://10.0.0.236/trunk@213425 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/windows/nsLookAndFeel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/windows/nsLookAndFeel.cpp b/mozilla/widget/src/windows/nsLookAndFeel.cpp index c2497dbbf20..c9413268eeb 100644 --- a/mozilla/widget/src/windows/nsLookAndFeel.cpp +++ b/mozilla/widget/src/windows/nsLookAndFeel.cpp @@ -62,7 +62,7 @@ static HINSTANCE gShell32DLLInst = NULL; #endif static PRInt32 GetSystemParam(long flag, PRInt32 def) { -#ifndef WINCE +#ifdef WINCE return def; #else DWORD value;