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
f4453259
Commit
f4453259
authored
Jan 23, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 23, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
34c0b74a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
25 deletions
+25
-25
atom.c
dlls/kernel32/tests/atom.c
+1
-1
shell32_main.c
dlls/shell32/shell32_main.c
+1
-1
shlwapi_main.c
dlls/shlwapi/shlwapi_main.c
+1
-1
misc.c
dlls/urlmon/tests/misc.c
+1
-1
sock.c
dlls/ws2_32/tests/sock.c
+21
-21
No files found.
dlls/kernel32/tests/atom.c
View file @
f4453259
...
...
@@ -266,7 +266,7 @@ static void test_get_atom_name(void)
{
/* len == 0 with ERROR_MORE_DATA is on NT3.51 */
ok
(
len
==
1
||
(
len
==
0
&&
GetLastError
()
==
ERROR_MORE_DATA
),
"0x%04x: got %u with %d (ex
cep
ted '1' or '0' with "
"0x%04x: got %u with %d (ex
pec
ted '1' or '0' with "
"ERROR_MORE_DATA)
\n
"
,
i
,
len
,
GetLastError
());
ok
(
outW
[
1
]
==
DOUBLE
(
'.'
),
"buffer overwrite
\n
"
);
}
...
...
dlls/shell32/shell32_main.c
View file @
f4453259
...
...
@@ -1183,7 +1183,7 @@ HIMAGELIST ShellBigIconList = 0;
* SHELL32 DllMain
*
* NOTES
* calling oleinitialize here breaks so
n
e apps.
* calling oleinitialize here breaks so
m
e apps.
*/
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
fImpLoad
)
{
...
...
dlls/shlwapi/shlwapi_main.c
View file @
f4453259
...
...
@@ -51,7 +51,7 @@ DECLSPEC_HIDDEN DWORD SHLWAPI_ThreadRef_index = TLS_OUT_OF_INDEXES;
* SHLWAPI DllMain
*
* NOTES
* calling oleinitialize here breaks so
n
e apps.
* calling oleinitialize here breaks so
m
e apps.
*/
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
fImpLoad
)
{
...
...
dlls/urlmon/tests/misc.c
View file @
f4453259
...
...
@@ -766,7 +766,7 @@ static void test_FindMimeFromData(void)
CoTaskMemFree
(
mime
);
hres
=
pFindMimeFromData
(
NULL
,
NULL
,
NULL
,
0
,
NULL
,
0
,
&
mime
,
0
);
ok
(
hres
==
E_INVALIDARG
,
"FindMimeFromData failed: %08x, ex
cep
ted E_INVALIDARG
\n
"
,
hres
);
ok
(
hres
==
E_INVALIDARG
,
"FindMimeFromData failed: %08x, ex
pec
ted E_INVALIDARG
\n
"
,
hres
);
hres
=
pFindMimeFromData
(
NULL
,
NULL
,
NULL
,
0
,
mimeTextPlain
,
0
,
&
mime
,
0
);
ok
(
hres
==
E_INVALIDARG
,
"FindMimeFromData failed: %08x, expected E_INVALIDARG
\n
"
,
hres
);
...
...
dlls/ws2_32/tests/sock.c
View file @
f4453259
...
...
@@ -5263,7 +5263,7 @@ static void test_completion_port(void)
todo_wine
ok
(
GetLastError
()
==
ERROR_NETNAME_DELETED
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
125
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0
,
"Number of bytes received is %u
\n
"
,
num_bytes
);
ok
(
olp
==
&
ov
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
olp
==
&
ov
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
SetLastError
(
0xdeadbeef
);
key
=
0xdeadbeef
;
...
...
@@ -5274,8 +5274,8 @@ static void test_completion_port(void)
ok
(
bret
==
FALSE
,
"GetQueuedCompletionStatus returned %d
\n
"
,
bret
);
ok
(
GetLastError
()
==
WAIT_TIMEOUT
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
0xdeadbeef
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
if
(
dest
!=
INVALID_SOCKET
)
closesocket
(
dest
);
...
...
@@ -5324,8 +5324,8 @@ static void test_completion_port(void)
ok
(
bret
==
FALSE
,
"GetQueuedCompletionStatus returned %u
\n
"
,
bret
);
ok
(
GetLastError
()
==
WAIT_TIMEOUT
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
0xdeadbeef
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
if
(
dest
!=
INVALID_SOCKET
)
closesocket
(
dest
);
...
...
@@ -5399,8 +5399,8 @@ static void test_completion_port(void)
ok
(
bret
==
FALSE
,
"failed to get completion status %u
\n
"
,
bret
);
todo_wine
ok
(
GetLastError
()
==
ERROR_OPERATION_ABORTED
,
"Last error was %d
\n
"
,
GetLastError
());
todo_wine
ok
(
key
==
125
,
"Key is %lu
\n
"
,
key
);
todo_wine
ok
(
num_bytes
==
0
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
todo_wine
ok
(
olp
==
&
ov
,
"Overlaped structure is at %p
\n
"
,
olp
);
todo_wine
ok
(
num_bytes
==
0
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
todo_wine
ok
(
olp
==
&
ov
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
todo_wine
ok
(
olp
&&
(
olp
->
Internal
==
(
ULONG
)
STATUS_CANCELLED
),
"Internal status is %lx
\n
"
,
olp
?
olp
->
Internal
:
0
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -5411,8 +5411,8 @@ static void test_completion_port(void)
ok
(
bret
==
FALSE
,
"failed to get completion status %u
\n
"
,
bret
);
ok
(
GetLastError
()
==
WAIT_TIMEOUT
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
0xdeadbeef
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
src
=
socket
(
AF_INET
,
SOCK_STREAM
,
0
);
if
(
src
==
INVALID_SOCKET
)
...
...
@@ -5484,8 +5484,8 @@ static void test_completion_port(void)
ok
(
bret
==
TRUE
,
"failed to get completion status %u
\n
"
,
bret
);
ok
(
GetLastError
()
==
0xdeadbeef
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
125
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
olp
==
&
ov
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
0
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
olp
==
&
ov
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
ok
(
olp
&&
(
olp
->
Internal
==
(
ULONG
)
STATUS_SUCCESS
),
"Internal status is %lx
\n
"
,
olp
?
olp
->
Internal
:
0
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -5496,8 +5496,8 @@ static void test_completion_port(void)
ok
(
bret
==
FALSE
,
"failed to get completion status %u
\n
"
,
bret
);
ok
(
GetLastError
()
==
WAIT_TIMEOUT
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
0xdeadbeef
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
if
(
dest
!=
INVALID_SOCKET
)
closesocket
(
dest
);
...
...
@@ -5584,8 +5584,8 @@ static void test_completion_port(void)
ok
(
bret
==
TRUE
,
"failed to get completion status %u
\n
"
,
bret
);
ok
(
GetLastError
()
==
0xdeadbeef
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
125
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
1
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
olp
==
&
ov
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
1
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
olp
==
&
ov
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
ok
(
olp
&&
(
olp
->
Internal
==
(
ULONG
)
STATUS_SUCCESS
),
"Internal status is %lx
\n
"
,
olp
?
olp
->
Internal
:
0
);
SetLastError
(
0xdeadbeef
);
...
...
@@ -5596,8 +5596,8 @@ static void test_completion_port(void)
ok
(
bret
==
FALSE
,
"failed to get completion status %u
\n
"
,
bret
);
ok
(
GetLastError
()
==
WAIT_TIMEOUT
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
0xdeadbeef
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
if
(
dest
!=
INVALID_SOCKET
)
...
...
@@ -5684,8 +5684,8 @@ static void test_completion_port(void)
ok
(
bret
==
FALSE
,
"failed to get completion status %u
\n
"
,
bret
);
todo_wine
ok
((
GetLastError
()
==
ERROR_NETNAME_DELETED
)
||
(
GetLastError
()
==
ERROR_CONNECTION_ABORTED
),
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
125
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
olp
==
&
ov
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
0
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
olp
==
&
ov
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
todo_wine
ok
(
olp
&&
((
olp
->
Internal
==
(
ULONG
)
STATUS_LOCAL_DISCONNECT
)
||
(
olp
->
Internal
==
(
ULONG
)
STATUS_CONNECTION_ABORTED
)),
"Internal status is %lx
\n
"
,
olp
?
olp
->
Internal
:
0
);
...
...
@@ -5697,8 +5697,8 @@ static void test_completion_port(void)
ok
(
bret
==
FALSE
,
"failed to get completion status %u
\n
"
,
bret
);
ok
(
GetLastError
()
==
WAIT_TIMEOUT
,
"Last error was %d
\n
"
,
GetLastError
());
ok
(
key
==
0xdeadbeef
,
"Key is %lu
\n
"
,
key
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfered is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlaped structure is at %p
\n
"
,
olp
);
ok
(
num_bytes
==
0xdeadbeef
,
"Number of bytes transfer
r
ed is %u
\n
"
,
num_bytes
);
ok
(
!
olp
,
"Overlap
p
ed structure is at %p
\n
"
,
olp
);
end:
...
...
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