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
0081b430
Commit
0081b430
authored
Apr 02, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling and English fixes.
parent
a8695bae
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
tab.c
dlls/comctl32/tests/tab.c
+1
-1
profile.c
dlls/kernel32/tests/profile.c
+1
-1
localmon.c
dlls/localspl/tests/localmon.c
+1
-1
stg_bigblockfile.c
dlls/ole32/stg_bigblockfile.c
+2
-2
rpcss_np_client.c
dlls/rpcrt4/rpcss_np_client.c
+2
-2
state.c
dlls/wined3d/state.c
+1
-1
No files found.
dlls/comctl32/tests/tab.c
View file @
0081b430
...
...
@@ -719,7 +719,7 @@ static void test_getters_setters(INT nTabs)
flush_sequences
(
sequences
,
NUM_MSG_SEQUENCES
);
/* Testing Flat Sep
e
rators */
/* Testing Flat Sep
a
rators */
extendedStyle
=
SendMessage
(
hTab
,
TCM_GETEXTENDEDSTYLE
,
0
,
0
);
prevExtendedStyle
=
SendMessage
(
hTab
,
TCM_SETEXTENDEDSTYLE
,
0
,
TCS_EX_FLATSEPARATORS
);
expect
(
extendedStyle
,
prevExtendedStyle
);
...
...
dlls/kernel32/tests/profile.c
View file @
0081b430
...
...
@@ -236,7 +236,7 @@ static void test_profile_sections_names(void)
DeleteFileA
(
testfile3
);
/* Tests on non
-
existent file */
/* Tests on nonexistent file */
memset
(
buf
,
0xcc
,
sizeof
(
buf
));
ret
=
GetPrivateProfileSectionNamesA
(
buf
,
10
,
".
\\
not_here.ini"
);
ok
(
ret
==
0
,
"expected return size 0, got %d
\n
"
,
ret
);
...
...
dlls/localspl/tests/localmon.c
View file @
0081b430
...
...
@@ -539,7 +539,7 @@ static void test_XcvDataPort_DeletePort(void)
/* ToDo: cmd_AddPortW for tempfileW, then cmd_DeletePortW for the existing Port */
/* try to delete a non
-existing
Port */
/* try to delete a non
existent
Port */
needed
=
(
DWORD
)
0xdeadbeef
;
SetLastError
(
0xdeadbeef
);
res
=
pXcvDataPort
(
hXcv
,
cmd_DeletePortW
,
(
PBYTE
)
tempfileW
,
(
lstrlenW
(
tempfileW
)
+
1
)
*
sizeof
(
WCHAR
),
NULL
,
0
,
&
needed
);
...
...
dlls/ole32/stg_bigblockfile.c
View file @
0081b430
...
...
@@ -745,7 +745,7 @@ static HRESULT WINAPI ImplBIGBLOCKFILE_ReadAt(
TRACE
(
"(%p)-> %i %p %i %p
\n
"
,
This
,
ulOffset
.
u
.
LowPart
,
pv
,
cb
,
pcbRead
);
/* verify a sane enviroment */
/* verify a sane enviro
n
ment */
if
(
!
This
)
return
E_FAIL
;
if
(
offset_in_page
+
bytes_left
>
PAGE_SIZE
)
...
...
@@ -833,7 +833,7 @@ static HRESULT WINAPI ImplBIGBLOCKFILE_WriteAt(
TRACE
(
"(%p)-> %i %p %i %p
\n
"
,
This
,
ulOffset
.
u
.
LowPart
,
pv
,
cb
,
pcbWritten
);
/* verify a sane enviroment */
/* verify a sane enviro
n
ment */
if
(
!
This
)
return
E_FAIL
;
if
(
This
->
flProtect
!=
PAGE_READWRITE
)
...
...
dlls/rpcrt4/rpcss_np_client.c
View file @
0081b430
...
...
@@ -77,8 +77,8 @@ HANDLE RPCRT4_RpcssNPConnect(void)
if
(
!
ReleaseMutex
(
master_mutex
))
ERR
(
"Failed to release master mutex. Expect deadlock.
\n
"
);
/* wait for the named pipe. We are only
willing to wait only 5 seconds.
It should be available /very/ soon. */
/* wait for the named pipe. We are only
willing to wait for 5 seconds.
It should be available /very/ soon. */
if
(
!
WaitNamedPipeA
(
NAME_RPCSS_NAMED_PIPE
,
MASTER_MUTEX_WAITNAMEDPIPE_TIMEOUT
))
{
ERR
(
"Named pipe unavailable after waiting. Something is probably wrong.
\n
"
);
...
...
dlls/wined3d/state.c
View file @
0081b430
...
...
@@ -2865,7 +2865,7 @@ static void loadVertexData(IWineD3DStateBlockImpl *stateblock, WineDirect3DVerte
}
}
if
(
GL_SUPPORT
(
NV_REGISTER_COMBINERS
))
{
/* The number of the mapped stages incre
ses monotonic, so we're
fine to use the last used one */
/* The number of the mapped stages incre
ases monotonically, so it's
fine to use the last used one */
for
(
textureNo
=
mapped_stage
+
1
;
textureNo
<
GL_LIMITS
(
textures
);
++
textureNo
)
{
GL_EXTCALL
(
glClientActiveTextureARB
(
GL_TEXTURE0_ARB
+
textureNo
));
glDisableClientState
(
GL_TEXTURE_COORD_ARRAY
);
...
...
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