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
2ab87290
Commit
2ab87290
authored
Jun 19, 2014
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jun 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling/grammar fixes.
parent
13a8d80f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
ddraw.c
dlls/ddraw/ddraw.c
+2
-2
collection.c
dlls/dmusic/collection.c
+1
-1
region.c
dlls/gdi32/region.c
+1
-1
storage32.h
dlls/ole32/storage32.h
+1
-1
shlfolder.c
dlls/shell32/tests/shlfolder.c
+2
-2
usp10.c
dlls/usp10/usp10.c
+1
-1
internet.c
dlls/wininet/internet.c
+2
-2
crypt.c
dlls/wintrust/tests/crypt.c
+1
-1
No files found.
dlls/ddraw/ddraw.c
View file @
2ab87290
...
...
@@ -1890,7 +1890,7 @@ static HRESULT WINAPI ddraw1_GetVerticalBlankStatus(IDirectDraw *iface, BOOL *st
*
* Returns
* DD_OK on success
* DDERR_INVALIDPARAMS
o
f free and total are NULL
* DDERR_INVALIDPARAMS
i
f free and total are NULL
*
*****************************************************************************/
static
HRESULT
WINAPI
ddraw7_GetAvailableVidMem
(
IDirectDraw7
*
iface
,
DDSCAPS2
*
Caps
,
DWORD
*
total
,
...
...
@@ -4174,7 +4174,7 @@ static HRESULT WINAPI d3d2_CreateDevice(IDirect3D2 *iface, REFCLSID riid,
* D3D_OK on success
* DDERR_OUTOFMEMORY if memory allocation failed
* The return value of IWineD3DDevice::CreateVertexBuffer if this call fails
* DDERR_INVALIDPARAMS if desc or vertex_buffer
are
NULL
* DDERR_INVALIDPARAMS if desc or vertex_buffer
is
NULL
*
*****************************************************************************/
static
HRESULT
WINAPI
d3d7_CreateVertexBuffer
(
IDirect3D7
*
iface
,
D3DVERTEXBUFFERDESC
*
desc
,
...
...
dlls/dmusic/collection.c
View file @
2ab87290
...
...
@@ -35,7 +35,7 @@ typedef struct IDirectMusicCollectionImpl {
IStream
*
pStm
;
/* stream from which we load collection and later instruments */
LARGE_INTEGER
liCollectionPosition
;
/* offset in a stream where collection was loaded from */
LARGE_INTEGER
liWavePoolTablePosition
;
/* offset in a stream where wave pool table can be found */
CHAR
*
szCopyright
;
/* FIXME: should probably placed somewhere else */
CHAR
*
szCopyright
;
/* FIXME: should probably
be
placed somewhere else */
DLSHEADER
*
pHeader
;
/* pool table */
POOLTABLE
*
pPoolTable
;
...
...
dlls/gdi32/region.c
View file @
2ab87290
...
...
@@ -891,7 +891,7 @@ DWORD WINAPI GetRegionData(HRGN hrgn, DWORD count, LPRGNDATA rgndata)
GDI_ReleaseObj
(
hrgn
);
if
(
rgndata
)
/* buffer is too small, signal it by return 0 */
return
0
;
/* user requested buffer size with
rgndata NULL
*/
/* user requested buffer size with
NULL rgndata
*/
return
FIELD_OFFSET
(
RGNDATA
,
Buffer
[
size
]);
}
...
...
dlls/ole32/storage32.h
View file @
2ab87290
...
...
@@ -504,7 +504,7 @@ StgStreamImpl* StgStreamImpl_Construct(
/* Range lock constants.
*
* The storage format reserves the region from 0x7fffff00-0x7fffffff for
* locking and synchronization. Unfortu
an
tely, the spec doesn't say which bytes
* locking and synchronization. Unfortu
na
tely, the spec doesn't say which bytes
* within that range are used, and for what. These are guesses based on testing.
* In particular, ends of ranges may be wrong.
...
...
dlls/shell32/tests/shlfolder.c
View file @
2ab87290
...
...
@@ -3642,8 +3642,8 @@ static void test_ShellItemBindToHandler(void)
if
(
SUCCEEDED
(
hr
))
IUnknown_Release
(
punk
);
/* BHID_Transfer
ITransferSource and ITransferDestination are accessible starting Vista, IUnknown is
supported start Win8. */
ITransferSource and ITransferDestination are accessible starting
from
Vista, IUnknown is
supported start
ing from
Win8. */
hr
=
IShellItem_BindToHandler
(
psi
,
NULL
,
&
BHID_Transfer
,
&
IID_ITransferSource
,
(
void
**
)
&
punk
);
ok
(
hr
==
S_OK
||
broken
(
FAILED
(
hr
))
/* pre-Vista */
,
"Got 0x%08x
\n
"
,
hr
);
if
(
SUCCEEDED
(
hr
))
...
...
dlls/usp10/usp10.c
View file @
2ab87290
...
...
@@ -904,7 +904,7 @@ static WORD get_char_script( LPCWSTR str, INT index, INT end, INT *consumed)
if
(
str
[
index
]
==
0xc
||
str
[
index
]
==
0x20
||
str
[
index
]
==
0x202f
)
return
Script_CR
;
/* These punctuation are separated out as Latin punctuation */
/* These punctuation
characters
are separated out as Latin punctuation */
if
(
strchrW
(
latin_punc
,
str
[
index
]))
return
Script_Punctuation2
;
...
...
dlls/wininet/internet.c
View file @
2ab87290
...
...
@@ -2104,7 +2104,7 @@ BOOL WINAPI InternetCanonicalizeUrlA(LPCSTR lpszUrl, LPSTR lpszBuffer,
{
HRESULT
hr
;
TRACE
(
"(%s, %p, %p, 0x%08x) bufferlength: %d
\n
"
,
debugstr_a
(
lpszUrl
),
lpszBuffer
,
TRACE
(
"(%s, %p, %p, 0x%08x) buffer
length: %d
\n
"
,
debugstr_a
(
lpszUrl
),
lpszBuffer
,
lpdwBufferLength
,
dwFlags
,
lpdwBufferLength
?
*
lpdwBufferLength
:
-
1
);
dwFlags
=
convert_url_canonicalization_flags
(
dwFlags
);
...
...
@@ -2130,7 +2130,7 @@ BOOL WINAPI InternetCanonicalizeUrlW(LPCWSTR lpszUrl, LPWSTR lpszBuffer,
{
HRESULT
hr
;
TRACE
(
"(%s, %p, %p, 0x%08x) bufferlength: %d
\n
"
,
debugstr_w
(
lpszUrl
),
lpszBuffer
,
TRACE
(
"(%s, %p, %p, 0x%08x) buffer
length: %d
\n
"
,
debugstr_w
(
lpszUrl
),
lpszBuffer
,
lpdwBufferLength
,
dwFlags
,
lpdwBufferLength
?
*
lpdwBufferLength
:
-
1
);
dwFlags
=
convert_url_canonicalization_flags
(
dwFlags
);
...
...
dlls/wintrust/tests/crypt.c
View file @
2ab87290
...
...
@@ -240,7 +240,7 @@ static void test_context(void)
* FIXME:
* We don't want to mess too much with these for now so we should delete only the ones
* that shouldn't be there like the deadbeef ones. We first have to figure out if it's
* sa
v
e to remove files and directories from CatRoot/CatRoot2.
* sa
f
e to remove files and directories from CatRoot/CatRoot2.
*/
ret
=
pCryptCATAdminAcquireContext
(
&
hca
,
&
dummy
,
0
);
...
...
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