mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 474366: follow-up patch, r=ted.mielczarek
This commit is contained in:
parent
3216a67945
commit
d8710dccee
@ -123,7 +123,7 @@ nsAutoString *gWorkingDirectory = nsnull;
|
||||
static JSBool
|
||||
GetLocationProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
|
||||
{
|
||||
#if !defined(XP_WIN) && !defined(XP_UNIX) || defined(WINCE)
|
||||
#if (!defined(XP_WIN) && !defined(XP_UNIX)) || defined(WINCE)
|
||||
//XXX: your platform should really implement this
|
||||
return JS_FALSE;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user