Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0a81b788
Commit
0a81b788
authored
Feb 09, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jscript: Rename the GetObjectW variable to avoid conflict with the function of the same name.
parent
7682bc6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
global.c
dlls/jscript/global.c
+2
-2
No files found.
dlls/jscript/global.c
View file @
0a81b788
...
...
@@ -48,7 +48,7 @@ static const WCHAR isFiniteW[] = {'i','s','F','i','n','i','t','e',0};
static
const
WCHAR
parseIntW
[]
=
{
'p'
,
'a'
,
'r'
,
's'
,
'e'
,
'I'
,
'n'
,
't'
,
0
};
static
const
WCHAR
parseFloatW
[]
=
{
'p'
,
'a'
,
'r'
,
's'
,
'e'
,
'F'
,
'l'
,
'o'
,
'a'
,
't'
,
0
};
static
const
WCHAR
unescapeW
[]
=
{
'u'
,
'n'
,
'e'
,
's'
,
'c'
,
'a'
,
'p'
,
'e'
,
0
};
static
const
WCHAR
GetObjectW
[]
=
{
'G'
,
'e'
,
't'
,
'O'
,
'b'
,
'j'
,
'e'
,
'c'
,
't'
,
0
};
static
const
WCHAR
_
GetObjectW
[]
=
{
'G'
,
'e'
,
't'
,
'O'
,
'b'
,
'j'
,
'e'
,
'c'
,
't'
,
0
};
static
const
WCHAR
ScriptEngineW
[]
=
{
'S'
,
'c'
,
'r'
,
'i'
,
'p'
,
't'
,
'E'
,
'n'
,
'g'
,
'i'
,
'n'
,
'e'
,
0
};
static
const
WCHAR
ScriptEngineMajorVersionW
[]
=
{
'S'
,
'c'
,
'r'
,
'i'
,
'p'
,
't'
,
'E'
,
'n'
,
'g'
,
'i'
,
'n'
,
'e'
,
'M'
,
'a'
,
'j'
,
'o'
,
'r'
,
'V'
,
'e'
,
'r'
,
's'
,
'i'
,
'o'
,
'n'
,
0
};
...
...
@@ -542,7 +542,7 @@ static const builtin_prop_t JSGlobal_props[] = {
{
DateW
,
JSGlobal_Date
,
PROPF_CONSTR
},
{
EnumeratorW
,
JSGlobal_Enumerator
,
PROPF_METHOD
},
{
FunctionW
,
JSGlobal_Function
,
PROPF_CONSTR
},
{
GetObjectW
,
JSGlobal_GetObject
,
PROPF_METHOD
},
{
_GetObjectW
,
JSGlobal_GetObject
,
PROPF_METHOD
},
{
InfinityW
,
JSGlobal_Infinity
,
0
},
/* {MathW, JSGlobal_Math, 0}, */
{
NaNW
,
JSGlobal_NaN
,
0
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment