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
38520a81
Commit
38520a81
authored
Oct 03, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 03, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
17aa2c82
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
thunk.c
dlls/kernel32/thunk.c
+2
-2
storage32.c
dlls/ole32/tests/storage32.c
+1
-1
path.c
dlls/shlwapi/path.c
+1
-1
winapi_check_options.pm
tools/winapi/winapi_check_options.pm
+1
-1
No files found.
dlls/kernel32/thunk.c
View file @
38520a81
...
...
@@ -117,7 +117,7 @@ struct ThunkDataSL
char pszDll32[256]; /*120 */
We do it differently since all our thunk handling is done
by 32-bit code. Therefore we do not need
d
o provide
by 32-bit code. Therefore we do not need
t
o provide
easy access to this data, especially the process target
table database, for 16-bit code.
#endif
...
...
@@ -1542,7 +1542,7 @@ void WINAPI C16ThkSL01(CONTEXT86 *context)
context
->
SegCs
=
HIWORD
(
context
->
Eax
);
/* Since C16ThkSL01 got called by a jmp, we need to leave the
orginal return address on the stack */
or
i
ginal return address on the stack */
context
->
Esp
-=
4
;
}
else
...
...
dlls/ole32/tests/storage32.c
View file @
38520a81
...
...
@@ -388,7 +388,7 @@ static void test_open_storage(void)
DeleteFileW
(
filename
);
/* try opening a non
-exista
nt file - it should create it */
/* try opening a non
existe
nt file - it should create it */
stgm
=
STGM_DIRECT
|
STGM_SHARE_EXCLUSIVE
|
STGM_READWRITE
;
r
=
StgOpenStorage
(
filename
,
NULL
,
stgm
,
NULL
,
0
,
&
stg
);
ok
(
r
==
S_OK
,
"StgOpenStorage failed: 0x%08lx
\n
"
,
r
);
...
...
dlls/shlwapi/path.c
View file @
38520a81
...
...
@@ -1112,7 +1112,7 @@ BOOL WINAPI PathFileExistsDefExtW(LPWSTR lpszPath,DWORD dwWhich)
*
* NOTES
* lpszPath is modified in place and must be at least MAX_PATH in length.
* If the function returns FALSE, the path is modified to its orginal state.
* If the function returns FALSE, the path is modified to its or
i
ginal state.
* If the given path contains an extension or dwWhich is 0, executable
* extensions are not checked.
*
...
...
tools/winapi/winapi_check_options.pm
View file @
38520a81
...
...
@@ -104,7 +104,7 @@ my %options_long = (
"documentation-pedantic"
=>
{
default
=>
0
,
parent
=>
"documentation"
,
description
=>
"be pe
n
dantic when checking for documentation inconsistencies"
description
=>
"be pedantic when checking for documentation inconsistencies"
},
"documentation-arguments"
=>
{
...
...
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