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
17112eaa
Commit
17112eaa
authored
Jan 16, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
e04ff334
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
debugger.c
dlls/kernel/debugger.c
+3
-3
editline.c
dlls/kernel/editline.c
+2
-2
compobj.c
dlls/ole32/compobj.c
+1
-1
shlfolder.c
dlls/shell32/shlfolder.c
+1
-1
wintab32.c
dlls/wintab32/wintab32.c
+1
-1
No files found.
dlls/kernel/debugger.c
View file @
17112eaa
...
...
@@ -210,7 +210,7 @@ BOOL WINAPI DebugActiveProcessStop(
/***********************************************************************
* OutputDebugStringA (KERNEL32.@)
*
* Output by an application of a
unicode
string to a debugger (if attached)
* Output by an application of a
n ascii
string to a debugger (if attached)
* and program log.
*/
void
WINAPI
OutputDebugStringA
(
...
...
@@ -231,7 +231,7 @@ void WINAPI OutputDebugStringA(
/***********************************************************************
* OutputDebugStringW (KERNEL32.@)
*
* Output by an applic
c
ation of a unicode string to a debugger (if attached)
* Output by an application of a unicode string to a debugger (if attached)
* and program log.
*/
void
WINAPI
OutputDebugStringW
(
...
...
@@ -359,7 +359,7 @@ void WINAPIV _DebugOutput( WORD flags, LPCSTR spec, VA_LIST16 valist )
/***********************************************************************
* DebugSetProcessKillOnExit (KERNEL32.@)
*
* Let a debugger decide wether a debuggee will be killed upon debugger
* Let a debugger decide w
h
ether a debuggee will be killed upon debugger
* termination
*/
BOOL
WINAPI
DebugSetProcessKillOnExit
(
BOOL
kill
)
...
...
dlls/kernel/editline.c
View file @
17112eaa
...
...
@@ -189,10 +189,10 @@ static void WCEL_DeleteString(WCEL_Context* ctx, int beg, int end)
/* erase til eol on first line */
CONSOLE_FillLineUniform
(
ctx
->
hConOut
,
cbeg
.
X
,
cbeg
.
Y
,
ctx
->
csbi
.
dwSize
.
X
-
cbeg
.
X
,
&
ci
);
/* completly erase all the others (full lines) */
/* complet
e
ly erase all the others (full lines) */
for
(
i
=
cbeg
.
Y
+
1
;
i
<
cend
.
Y
;
i
++
)
CONSOLE_FillLineUniform
(
ctx
->
hConOut
,
0
,
i
,
ctx
->
csbi
.
dwSize
.
X
,
&
ci
);
/* erase from beg of line until last pos on last line */
/* erase from beg
ining
of line until last pos on last line */
CONSOLE_FillLineUniform
(
ctx
->
hConOut
,
0
,
cend
.
Y
,
cend
.
X
,
&
ci
);
}
ctx
->
len
-=
str_len
;
...
...
dlls/ole32/compobj.c
View file @
17112eaa
...
...
@@ -1190,7 +1190,7 @@ end:
/***********************************************************************
* compobj_RegReadPath [internal]
*
* Reads a registry value and expands it when ne
sse
sary
* Reads a registry value and expands it when ne
ces
sary
*/
HRESULT
compobj_RegReadPath
(
char
*
keyname
,
char
*
valuename
,
char
*
dst
,
int
dstlen
)
{
...
...
dlls/shell32/shlfolder.c
View file @
17112eaa
...
...
@@ -333,7 +333,7 @@ HRESULT SHELL32_GetDisplayNameOfChild (IShellFolder2 * psf,
* file: 0x40400177 FILESYSTEM | CANMONIKER
* drive 0xF0400154 FILESYSTEM | HASSUBFOLDER | FOLDER | FILESYSANCESTOR | CANMONIKER | CANRENAME (LABEL)
*
* This function
s does not set flags!! It only resets flags when nesse
sary.
* This function
does not set flags!! It only resets flags when neces
sary.
*/
HRESULT
SHELL32_GetItemAttributes
(
IShellFolder
*
psf
,
LPCITEMIDLIST
pidl
,
LPDWORD
pdwAttributes
)
{
...
...
dlls/wintab32/wintab32.c
View file @
17112eaa
...
...
@@ -109,7 +109,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpReserved)
static
LRESULT
WINAPI
TABLET_WindowProc
(
HWND
hwnd
,
UINT
uMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
TRACE
(
"Incom
m
ing Message 0x%x (0x%08x, 0x%08x)
\n
"
,
uMsg
,
(
UINT
)
wParam
,
TRACE
(
"Incoming Message 0x%x (0x%08x, 0x%08x)
\n
"
,
uMsg
,
(
UINT
)
wParam
,
(
UINT
)
lParam
);
switch
(
uMsg
)
...
...
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