Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
e7ed15a1
Commit
e7ed15a1
authored
Jun 13, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msscript.ocx: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fb3cca30
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.in
dlls/msscript.ocx/Makefile.in
+2
-0
msscript.c
dlls/msscript.ocx/msscript.c
+1
-1
No files found.
dlls/msscript.ocx/Makefile.in
View file @
e7ed15a1
...
...
@@ -3,5 +3,7 @@ RC_SRCS = msscript.rc
IDL_SRCS
=
msscript.idl
IMPORTS
=
gdi32 user32 ole32 oleaut32
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
msscript.c
dlls/msscript.ocx/msscript.c
View file @
e7ed15a1
...
...
@@ -192,7 +192,7 @@ static struct named_item *host_get_named_item(ScriptHost *host, const WCHAR *nam
struct
named_item
*
item
;
LIST_FOR_EACH_ENTRY
(
item
,
&
host
->
named_items
,
struct
named_item
,
entry
)
{
if
(
!
lstrcmpW
(
item
->
name
,
nameW
))
if
(
!
wcscmp
(
item
->
name
,
nameW
))
return
item
;
}
...
...
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