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;