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
fe935e8d
Commit
fe935e8d
authored
Oct 08, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
fd90aab3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
monthcal.c
dlls/comctl32/monthcal.c
+1
-1
activex.c
dlls/jscript/activex.c
+1
-1
install.c
dlls/msi/tests/install.c
+1
-1
shlexec.c
dlls/shell32/tests/shlexec.c
+2
-2
No files found.
dlls/comctl32/monthcal.c
View file @
fe935e8d
...
...
@@ -331,7 +331,7 @@ static BOOL MONTHCAL_IsSelRangeValid(const MONTHCAL_INFO *infoPtr,
}
/* Used in MCM_SETRANGE/MCM_SETSELRANGE to determine resulting time part.
Milliseconds are intentionaly not validated. */
Milliseconds are intentional
l
y not validated. */
static
BOOL
MONTHCAL_ValidateTime
(
const
SYSTEMTIME
*
time
)
{
if
((
time
->
wHour
>
24
)
||
(
time
->
wMinute
>
59
)
||
(
time
->
wSecond
>
59
))
...
...
dlls/jscript/activex.c
View file @
fe935e8d
...
...
@@ -156,7 +156,7 @@ static HRESULT ActiveXObject_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flag
}
if
(
arg_cnt
(
dp
)
!=
1
)
{
FIXME
(
"unsuported arg_cnt %d
\n
"
,
arg_cnt
(
dp
));
FIXME
(
"unsup
p
orted arg_cnt %d
\n
"
,
arg_cnt
(
dp
));
return
E_NOTIMPL
;
}
...
...
dlls/msi/tests/install.c
View file @
fe935e8d
...
...
@@ -2903,7 +2903,7 @@ static void test_lastusedsource(void)
r
=
MsiInstallProductA
(
"msifile0.msi"
,
"REMOVE=ALL"
);
ok
(
r
==
ERROR_SUCCESS
,
"Expected ERROR_SUCCESS, got %u
\n
"
,
r
);
/* sep
e
rate cabinet file */
/* sep
a
rate cabinet file */
size
=
MAX_PATH
;
lstrcpyA
(
value
,
"aaa"
);
...
...
dlls/shell32/tests/shlexec.c
View file @
fe935e8d
...
...
@@ -1391,8 +1391,8 @@ static DWORD WINAPI hooked_WaitForInputIdle(HANDLE process, DWORD timeout)
* a problem for us because ShellExecute will assume that an app is ready to
* receive DDE messages after it has called WaitForInputIdle() on that app.
* To work around that we install our own version of WaitForInputIdle() that
* will wait for the child to explicitly tell
it it's ready. We do that by
* changing the entry for WaitForInputIdle() in the shell32 import address
* will wait for the child to explicitly tell
us that it is ready. We do that
*
by
changing the entry for WaitForInputIdle() in the shell32 import address
* table.
*/
static
void
hook_WaitForInputIdle
(
void
*
new_func
)
...
...
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