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
0217bfdf
Commit
0217bfdf
authored
Apr 12, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
d069312d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
variant.c
dlls/oleaut32/variant.c
+1
-1
shlexec.c
dlls/shell32/shlexec.c
+2
-2
ordinal.c
dlls/shlwapi/ordinal.c
+1
-1
No files found.
dlls/oleaut32/variant.c
View file @
0217bfdf
...
...
@@ -3551,7 +3551,7 @@ VarXor_Exit:
* pVarOut [O] Destination for comparison result
*
* RETURNS
* Success: S_OK. pVarOut contains the result of the compar
a
son (VARIANT_TRUE
* Success: S_OK. pVarOut contains the result of the compar
i
son (VARIANT_TRUE
* if equivalent or non-zero otherwise.
* Failure: An HRESULT error code indicating the error.
*
...
...
dlls/shell32/shlexec.c
View file @
0217bfdf
...
...
@@ -153,7 +153,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp
break
;
/*
* IE uses this alot for activating things such as windows media
* IE uses this a
lot for activating things such as windows media
* player. This is not verified to be fully correct but it appears
* to work just fine.
*/
...
...
@@ -918,7 +918,7 @@ BOOL WINAPI ShellExecuteExW32 (LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfun
static
const
WCHAR
wExplorer
[]
=
{
'e'
,
'x'
,
'p'
,
'l'
,
'o'
,
'r'
,
'e'
,
'r'
,
'.'
,
'e'
,
'x'
,
'e'
,
0
};
WCHAR
wszApplicationName
[
MAX_PATH
+
2
],
wszCommandline
[
1024
],
wszDir
[
MAX_PATH
];
SHELLEXECUTEINFOW
sei_tmp
;
/* modif
y
able copy of SHELLEXECUTEINFO struct */
SHELLEXECUTEINFOW
sei_tmp
;
/* modif
i
able copy of SHELLEXECUTEINFO struct */
WCHAR
wfileName
[
MAX_PATH
];
void
*
env
;
WCHAR
lpstrProtocol
[
256
];
...
...
dlls/shlwapi/ordinal.c
View file @
0217bfdf
...
...
@@ -2641,7 +2641,7 @@ DWORD WINAPI WhichPlatform()
GET_FUNC
(
pDllGetVersion
,
shell32
,
"DllGetVersion"
,
1
);
dwState
=
pDllGetVersion
?
2
:
1
;
/* Set or delete the key accordinly */
/* Set or delete the key accordin
g
ly */
dwRet
=
RegOpenKeyExA
(
HKEY_LOCAL_MACHINE
,
"Software
\\
Microsoft
\\
Internet Explorer"
,
0
,
KEY_ALL_ACCESS
,
&
hKey
);
...
...
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