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
f4c4488d
Commit
f4c4488d
authored
Apr 04, 2008
by
Austin English
Committed by
Alexandre Julliard
Apr 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
bc325ac2
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
21 additions
and
21 deletions
+21
-21
main.c
dlls/ddraw/main.c
+1
-1
visual.c
dlls/ddraw/tests/visual.c
+4
-4
dplayx_global.c
dlls/dplayx/dplayx_global.c
+1
-1
iphlpapi_main.c
dlls/iphlpapi/iphlpapi_main.c
+2
-2
prop.c
dlls/mapi32/prop.c
+3
-3
mcimidi.c
dlls/mciseq/mcimidi.c
+1
-1
mciwave.c
dlls/mciwave/mciwave.c
+1
-1
pwcache.c
dlls/mpr/pwcache.c
+2
-2
msadp32.c
dlls/msadp32.acm/msadp32.c
+2
-2
editor.c
dlls/mshtml/editor.c
+1
-1
htmlnode.c
dlls/mshtml/htmlnode.c
+1
-1
service.c
dlls/mshtml/service.c
+1
-1
htmldoc.c
dlls/mshtml/tests/htmldoc.c
+1
-1
No files found.
dlls/ddraw/main.c
View file @
f4c4488d
...
...
@@ -941,7 +941,7 @@ DllMain(HINSTANCE hInstDLL,
WARN
(
"DDraw %p has a refcount of %d
\n
"
,
ddraw
,
ddraw
->
ref7
+
ddraw
->
ref4
+
ddraw
->
ref3
+
ddraw
->
ref2
+
ddraw
->
ref1
);
/* Add references to each interface to avoid freeing them unexpect
ade
ly */
/* Add references to each interface to avoid freeing them unexpect
ed
ly */
IDirectDraw_AddRef
(
ICOM_INTERFACE
(
ddraw
,
IDirectDraw
));
IDirectDraw2_AddRef
(
ICOM_INTERFACE
(
ddraw
,
IDirectDraw2
));
IDirectDraw3_AddRef
(
ICOM_INTERFACE
(
ddraw
,
IDirectDraw3
));
...
...
dlls/ddraw/tests/visual.c
View file @
f4c4488d
...
...
@@ -1970,7 +1970,7 @@ static void p8_primary_test()
hr
=
IDirectDrawSurface_BltFast
(
offscreen
,
0
,
0
,
Surface1
,
NULL
,
0
);
ok
(
hr
==
DD_OK
,
"IDirectDrawSurface_BltFast returned: %x
\n
"
,
hr
);
/* This ensures offscreen surface contens will be downloaded to system memory. */
/* This ensures offscreen surface conten
t
s will be downloaded to system memory. */
memset
(
&
ddsd
,
0
,
sizeof
(
ddsd
));
ddsd
.
dwSize
=
sizeof
(
ddsd
);
hr
=
IDirectDrawSurface_Lock
(
offscreen
,
NULL
,
&
ddsd
,
DDLOCK_WAIT
,
NULL
);
...
...
@@ -1986,7 +1986,7 @@ static void p8_primary_test()
hr
=
IDirectDrawSurface_BltFast
(
offscreen
,
600
,
400
,
Surface1
,
&
rect
,
0
);
ok
(
hr
==
DD_OK
,
"IDirectDrawSurface_BltFast returned: %x
\n
"
,
hr
);
/* This ensures offscreen surface contens will be downloaded to system memory. */
/* This ensures offscreen surface conten
t
s will be downloaded to system memory. */
memset
(
&
ddsd
,
0
,
sizeof
(
ddsd
));
ddsd
.
dwSize
=
sizeof
(
ddsd
);
hr
=
IDirectDrawSurface_Lock
(
offscreen
,
NULL
,
&
ddsd
,
DDLOCK_WAIT
,
NULL
);
...
...
@@ -2015,8 +2015,8 @@ static void p8_primary_test()
hr
=
IDirectDrawSurface_Unlock
(
Surface1
,
NULL
);
ok
(
hr
==
DD_OK
,
"IDirectDrawSurface_UnLock returned: %x
\n
"
,
hr
);
ok
(
differences
==
0
,
i2
==
0
?
"Pass 1. Unexpected front buffer contens after blit (%u differences)
\n
"
:
"Pass 2 (with NULL front buffer palette). Unexpected front buffer contens after blit (%u differences)
\n
"
,
ok
(
differences
==
0
,
i2
==
0
?
"Pass 1. Unexpected front buffer conten
t
s after blit (%u differences)
\n
"
:
"Pass 2 (with NULL front buffer palette). Unexpected front buffer conten
t
s after blit (%u differences)
\n
"
,
differences
);
}
...
...
dlls/dplayx/dplayx_global.c
View file @
f4c4488d
...
...
@@ -910,7 +910,7 @@ HRESULT DPLAYX_SetConnectionSettingsA
return
DP_OK
;
}
/* Store the structure into the shared data structre. Ensure that allocs for
/* Store the structure into the shared data struct
u
re. Ensure that allocs for
* variable length strings come from the shared data structure.
* FIXME: We need to free information as well
*/
...
...
dlls/iphlpapi/iphlpapi_main.c
View file @
f4c4488d
...
...
@@ -1797,7 +1797,7 @@ DWORD WINAPI IpReleaseAddress(PIP_ADAPTER_INDEX_MAP AdapterInfo)
/******************************************************************
* IpRenewAddress (IPHLPAPI.@)
*
* Renew an IP o
p
tained through DHCP.
* Renew an IP o
b
tained through DHCP.
*
* PARAMS
* AdapterInfo [In] adapter to renew IP address
...
...
@@ -1851,7 +1851,7 @@ DWORD WINAPI NotifyAddrChange(PHANDLE Handle, LPOVERLAPPED overlapped)
* Notify caller whenever the ip routing table is changed.
*
* PARAMS
* Handle [Out] handle us
eable in asynchron
us notification
* Handle [Out] handle us
able in asynchrono
us notification
* overlapped [In] overlapped structure that notifies the caller
*
* RETURNS
...
...
dlls/mapi32/prop.c
View file @
f4c4488d
...
...
@@ -1579,7 +1579,7 @@ static inline ULONG WINAPI IMAPIProp_fnRelease(LPMAPIPROP iface)
* NOTES
* - If this function succeeds, the returned information in *lppError must be
* freed using MAPIFreeBuffer() once the caller is finished with it.
* - It is possible for this function to suceed and set *lppError to NULL,
* - It is possible for this function to suc
c
eed and set *lppError to NULL,
* if there is no further information to report about hRes.
*/
static
inline
HRESULT
WINAPI
...
...
@@ -1598,7 +1598,7 @@ IMAPIProp_fnGetLastError(LPMAPIPROP iface, HRESULT hRes,
/**************************************************************************
* IMAPIProp_SaveChanges {MAPI32}
*
* Update any changes made to a tansactional IMAPIProp object.
* Update any changes made to a t
r
ansactional IMAPIProp object.
*
* PARAMS
* iface [I] IMAPIProp object to update
...
...
@@ -1701,7 +1701,7 @@ IMAPIProp_fnGetProps(LPMAPIPROP iface, LPSPropTagArray lpTags,
* iface [I] IMAPIProp object to get the property tag list from
* ulFlags [I] Return 0=Ascii MAPI_UNICODE=Unicode strings for
* unspecified types
* lppTags [O] Destination for the retrieved p
e
operty tag list
* lppTags [O] Destination for the retrieved p
r
operty tag list
*
* RETURNS
* Success: S_OK. *lppTags contains the tags for all available properties.
...
...
dlls/mciseq/mcimidi.c
View file @
f4c4488d
...
...
@@ -827,7 +827,7 @@ static DWORD MIDI_mciStop(UINT wDevID, DWORD dwFlags, LPMCI_GENERIC_PARMS lpParm
Sleep
(
10
);
}
/* sanit
i
y reset */
/* sanity reset */
wmm
->
dwStatus
=
MCI_MODE_STOP
;
TRACE
(
"wmm->dwStatus=%d
\n
"
,
wmm
->
dwStatus
);
...
...
dlls/mciwave/mciwave.c
View file @
f4c4488d
...
...
@@ -784,7 +784,7 @@ static DWORD WAVE_mciPlay(MCIDEVICEID wDevID, DWORD dwFlags, LPMCI_PLAY_PARMS lp
/* go back to beginning of chunk plus the requested position */
/* FIXME: I'm not sure this is correct, notably because some data linked to
* the decompression state machine will not be correcly initialized.
* the decompression state machine will not be correc
t
ly initialized.
* try it this way (other way would be to decompress from 0 up to dwPosition
* and to start sending to hWave when dwPosition is reached)
*/
...
...
dlls/mpr/pwcache.c
View file @
f4c4488d
...
...
@@ -74,7 +74,7 @@ static LPSTR MPR_GetValueName( LPCSTR pbResource, WORD cbResource, BYTE nType )
* WNetCachePassword [MPR.@] Saves password in cache
*
* NOTES
*
only the parameter count is verify
ed
*
Only the parameter count is verifi
ed
*
* ---- everything below this line might be wrong (js) -----
* RETURNS
...
...
@@ -221,7 +221,7 @@ DWORD WINAPI WNetGetCachedPassword(
* WNetEnumCachedPasswords [MPR.@]
*
* NOTES
*
the parameter count is verify
ed
*
The parameter count is verifi
ed
*
* This function is a huge security risk, as virii and such can use
* it to grab all the passwords in the cache. It's bad enough to
...
...
dlls/msadp32.acm/msadp32.c
View file @
f4c4488d
...
...
@@ -548,7 +548,7 @@ static LRESULT ADPCM_StreamOpen(PACMDRVSTREAMINSTANCE adsi)
/* we check that in a block, after the header, samples are present on
* 4-sample packet pattern
* we also check that the block align
e
ment is bigger than the expected size
* we also check that the block alignment is bigger than the expected size
*/
if (((nspb - 1) & 3) != 0) goto theEnd;
if ((((nspb - 1) / 2) + 4) * adsi->pwfxSrc->nChannels < adsi->pwfxSrc->nBlockAlign)
...
...
@@ -575,7 +575,7 @@ static LRESULT ADPCM_StreamOpen(PACMDRVSTREAMINSTANCE adsi)
/* we check that in a block, after the header, samples are present on
* 4-sample packet pattern
* we also check that the block align
e
ment is bigger than the expected size
* we also check that the block alignment is bigger than the expected size
*/
if (((nspb - 1) & 3) != 0) goto theEnd;
if ((((nspb - 1) / 2) + 4) * adsi->pwfxDst->nChannels < adsi->pwfxDst->nBlockAlign)
...
...
dlls/mshtml/editor.c
View file @
f4c4488d
...
...
@@ -387,7 +387,7 @@ static void set_font_size(HTMLDocument *This, LPCWSTR size)
if
(
collapsed
)
{
nsISelection_Collapse
(
nsselection
,
(
nsIDOMNode
*
)
elem
,
0
);
}
else
{
/* Remove all size attrbutes from the range */
/* Remove all size attr
i
butes from the range */
remove_child_attr
(
elem
,
wszFont
,
&
size_str
);
nsISelection_SelectAllChildren
(
nsselection
,
(
nsIDOMNode
*
)
elem
);
}
...
...
dlls/mshtml/htmlnode.c
View file @
f4c4488d
...
...
@@ -371,7 +371,7 @@ static HTMLDOMNode *create_node(HTMLDocument *doc, nsIDOMNode *nsnode)
/*
* FIXME
* List looks really ugly here. We should use a better data structure or
* (better) find a way to store HTMLDOMelement poiner in nsIDOMNode.
* (better) find a way to store HTMLDOMelement poin
t
er in nsIDOMNode.
*/
HTMLDOMNode
*
get_node
(
HTMLDocument
*
This
,
nsIDOMNode
*
nsnode
)
...
...
dlls/mshtml/service.c
View file @
f4c4488d
...
...
@@ -204,7 +204,7 @@ static IOleUndoManager *create_undomgr(void)
}
/**********************************************************
* IServiceProvider impementation
* IServiceProvider imp
l
ementation
*/
#define SERVPROV_THIS(iface) DEFINE_THIS(HTMLDocument, ServiceProvider, iface)
...
...
dlls/mshtml/tests/htmldoc.c
View file @
f4c4488d
...
...
@@ -3742,7 +3742,7 @@ static void test_HTMLDocument(BOOL do_load)
test_Window
(
unk
,
TRUE
);
test_InPlaceDeactivate
(
unk
,
TRUE
);
/* Calling test_OleCommandTarget here c
o
uses Segmentation Fault with native
/* Calling test_OleCommandTarget here c
a
uses Segmentation Fault with native
* MSHTML. It doesn't with Wine. */
test_Window
(
unk
,
FALSE
);
...
...
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