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
This commit is contained in:
gavin%gavinsharp.com
2006-10-10 14:29:49 +00:00
parent 4a95db10d8
commit 7711798252

View File

@@ -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;