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
56aaea2f
Commit
56aaea2f
authored
Jul 09, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
d10b8ebd
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
23 additions
and
23 deletions
+23
-23
api.c
dlls/avifil32/api.c
+1
-1
listview.c
dlls/comctl32/listview.c
+1
-1
helper.c
dlls/dmusic/helper.c
+2
-2
dplay.c
dlls/dplayx/dplay.c
+1
-1
sound3d.c
dlls/dsound/sound3d.c
+3
-3
msrle32.c
dlls/msvideo/msrle32/msrle32.c
+1
-1
storage32.c
dlls/ole32/storage32.c
+6
-6
safearray.c
dlls/oleaut32/safearray.c
+1
-1
typelib16.c
dlls/oleaut32/typelib16.c
+1
-1
variant.c
dlls/oleaut32/variant.c
+1
-1
shlfileop.c
dlls/shell32/tests/shlfileop.c
+1
-1
configuring.sgml
documentation/configuring.sgml
+2
-2
ddraw.h
include/ddraw.h
+2
-2
No files found.
dlls/avifil32/api.c
View file @
56aaea2f
...
...
@@ -1918,7 +1918,7 @@ HRESULT WINAPI AVISaveVW(LPCWSTR szFile, CLSID *pclsidHandler,
AVIStreamSetFormat
(
pOutStreams
[
curStream
],
sInfo
.
dwStart
,
lpBuffer
,
lBufferSize
);
/* try to read block and resize buffer if nec
c
essary */
/* try to read block and resize buffer if necessary */
do
{
lReadSamples
=
0
;
lReadBytes
=
cbBuffer
;
...
...
dlls/comctl32/listview.c
View file @
56aaea2f
...
...
@@ -9183,7 +9183,7 @@ static HWND CreateEditLabelT(LISTVIEW_INFO *infoPtr, LPCWSTR text, DWORD style,
if
(
infoPtr
->
hFont
!=
0
)
hOldFont
=
SelectObject
(
hdc
,
infoPtr
->
hFont
);
/*Get String Leng
ht
in pixels */
/*Get String Leng
th
in pixels */
GetTextExtentPoint32W
(
hdc
,
text
,
lstrlenW
(
text
),
&
sz
);
/*Add Extra spacing for the next character */
...
...
dlls/dmusic/helper.c
View file @
56aaea2f
...
...
@@ -959,8 +959,8 @@ HRESULT WINAPI DMUSIC_FillSegmentFromFileHandle (IDirectMusicSegment8Impl *segme
case
DMUS_FOURCC_SEGMENT_CHUNK
:
{
TRACE
(
"segh: segment header
\n
"
);
ReadFile
(
fd
,
&
header
,
chunk
.
size
,
&
BytesRead
,
NULL
);
TRACE_
(
dmfiledat
)(
"=> dwRepeats = %ld; mtLength = %li; mtPlayStart = %li; mtLoopStart = %li; mtLoopEnd = %li; dwResolution = %ld; rtLeng
ht
= FIXME; dwFlags = %ld; dwReserved = %ld
\n
"
,
\
header
.
dwRepeats
,
header
.
mtLength
,
header
.
mtPlayStart
,
header
.
mtLoopStart
,
header
.
mtLoopEnd
,
header
.
dwResolution
/*, header.rtLeng
ht
*/
,
header
.
dwFlags
,
header
.
dwReserved
);
TRACE_
(
dmfiledat
)(
"=> dwRepeats = %ld; mtLength = %li; mtPlayStart = %li; mtLoopStart = %li; mtLoopEnd = %li; dwResolution = %ld; rtLeng
th
= FIXME; dwFlags = %ld; dwReserved = %ld
\n
"
,
\
header
.
dwRepeats
,
header
.
mtLength
,
header
.
mtPlayStart
,
header
.
mtLoopStart
,
header
.
mtLoopEnd
,
header
.
dwResolution
/*, header.rtLeng
th
*/
,
header
.
dwFlags
,
header
.
dwReserved
);
break
;
}
case
DMUS_FOURCC_GUID_CHUNK
:
{
TRACE
(
"'guid': GUID
\n
"
);
...
...
dlls/dplayx/dplay.c
View file @
56aaea2f
...
...
@@ -5173,7 +5173,7 @@ HRESULT DP_SetSPPlayerData( IDirectPlay2Impl* lpDP,
* services.
*
* This API is useful only for applications written using DirectX3 or
* worse. It is super
ce
eded by IDirectPlay3::EnumConnections which also
* worse. It is super
s
eded by IDirectPlay3::EnumConnections which also
* gives information on the actual connections.
*
* defn of a service provider:
...
...
dlls/dsound/sound3d.c
View file @
56aaea2f
...
...
@@ -98,7 +98,7 @@ static inline D3DVECTOR VectorProduct (LPD3DVECTOR a, LPD3DVECTOR b)
return
c
;
}
/* magnitude (leng
ht
) of vector */
/* magnitude (leng
th
) of vector */
static
inline
D3DVALUE
VectorMagnitude
(
LPD3DVECTOR
a
)
{
D3DVALUE
l
;
...
...
@@ -313,11 +313,11 @@ void DSOUND_Calc3DBuffer(IDirectSoundBufferImpl *dsb)
}
else
{
/* calculate leng
ht
of ds3db.vVelocity component which causes Doppler Effect
/* calculate leng
th
of ds3db.vVelocity component which causes Doppler Effect
NOTE: if buffer moves TOWARDS the listener, it's velocity component is NEGATIVE
if buffer moves AWAY from listener, it's velocity component is POSITIVE */
flBufferVel = ProjectVector(&dsb->ds3db_ds3db.vVelocity, &vDistance);
/* calculate leng
ht
of ds3dl.vVelocity component which causes Doppler Effect
/* calculate leng
th
of ds3dl.vVelocity component which causes Doppler Effect
NOTE: if listener moves TOWARDS the buffer, it's velocity component is POSITIVE
if listener moves AWAY from buffer, it's velocity component is NEGATIVE */
flListenerVel = ProjectVector(&dsb->dsound->ds3dl.vVelocity, &vDistance);
...
...
dlls/msvideo/msrle32/msrle32.c
View file @
56aaea2f
...
...
@@ -157,7 +157,7 @@ static BOOL isSupportedDIB(LPCBITMAPINFOHEADER lpbi)
if
(
DIBWIDTHBYTES
(
*
lpbi
)
*
(
DWORD
)
lpbi
->
biHeight
>=
(
1UL
<<
31
)
-
1
)
return
FALSE
;
/* image too big ! */
/* check for non
existing
colortable for hi- and true-color DIB's */
/* check for non
-existent
colortable for hi- and true-color DIB's */
if
(
lpbi
->
biBitCount
>=
15
&&
lpbi
->
biClrUsed
>
0
)
return
FALSE
;
...
...
dlls/ole32/storage32.c
View file @
56aaea2f
...
...
@@ -1295,7 +1295,7 @@ static LONG propertyNameCmp(
if
(
diff
==
0
)
{
/*
* We compare the string themselves only when they are of the same leng
ht
* We compare the string themselves only when they are of the same leng
th
*/
diff
=
lstrcmpiW
(
newProperty
,
currentProperty
);
}
...
...
@@ -6177,7 +6177,7 @@ HRESULT OLECONVERT_LoadOLE10(LPOLESTREAM pOleStream, OLECONVERT_OLESTREAM_DATA *
{
if
(
pData
->
dwTypeID
!=
0
)
{
/* Get the leng
ht
of the OleTypeName */
/* Get the leng
th
of the OleTypeName */
dwSize
=
pOleStream
->
lpstbl
->
Get
(
pOleStream
,
(
void
*
)
&
(
pData
->
dwOleTypeNameLength
),
sizeof
(
pData
->
dwOleTypeNameLength
));
if
(
dwSize
!=
sizeof
(
pData
->
dwOleTypeNameLength
))
{
...
...
@@ -6240,7 +6240,7 @@ HRESULT OLECONVERT_LoadOLE10(LPOLESTREAM pOleStream, OLECONVERT_OLESTREAM_DATA *
}
if
(
hRes
==
S_OK
)
{
/* Get the Leng
ht
of the Data */
/* Get the Leng
th
of the Data */
dwSize
=
pOleStream
->
lpstbl
->
Get
(
pOleStream
,
(
void
*
)
&
(
pData
->
dwDataLength
),
sizeof
(
pData
->
dwDataLength
));
if
(
dwSize
!=
sizeof
(
pData
->
dwDataLength
))
{
...
...
@@ -6328,7 +6328,7 @@ HRESULT OLECONVERT_SaveOLE10(OLECONVERT_OLESTREAM_DATA *pData, LPOLESTREAM pOleS
if
(
pData
->
dwOleID
==
OLESTREAM_ID
&&
pData
->
dwTypeID
!=
0
&&
hRes
==
S_OK
)
{
/* Set the Leng
ht
of the OleTypeName */
/* Set the Leng
th
of the OleTypeName */
dwSize
=
pOleStream
->
lpstbl
->
Put
(
pOleStream
,
(
void
*
)
&
(
pData
->
dwOleTypeNameLength
),
sizeof
(
pData
->
dwOleTypeNameLength
));
if
(
dwSize
!=
sizeof
(
pData
->
dwOleTypeNameLength
))
{
...
...
@@ -6370,7 +6370,7 @@ HRESULT OLECONVERT_SaveOLE10(OLECONVERT_OLESTREAM_DATA *pData, LPOLESTREAM pOleS
if
(
hRes
==
S_OK
)
{
/* Set the leng
ht
of the Data */
/* Set the leng
th
of the Data */
dwSize
=
pOleStream
->
lpstbl
->
Put
(
pOleStream
,
(
void
*
)
&
(
pData
->
dwDataLength
),
sizeof
(
pData
->
dwDataLength
));
if
(
dwSize
!=
sizeof
(
pData
->
dwDataLength
))
{
...
...
@@ -6992,7 +6992,7 @@ void OLECONVERT_CreateOlePresStream(LPSTORAGE pStorage, DWORD dwExtentX, DWORD d
OlePres
.
dwExtentX
=
dwExtentX
;
OlePres
.
dwExtentY
=
-
dwExtentY
;
/* Set Data and Leng
ht
*/
/* Set Data and Leng
th
*/
if
(
dwDataLength
>
sizeof
(
METAFILEPICT16
))
{
OlePres
.
dwSize
=
dwDataLength
-
sizeof
(
METAFILEPICT16
);
...
...
dlls/oleaut32/safearray.c
View file @
56aaea2f
...
...
@@ -720,7 +720,7 @@ HRESULT WINAPI SafeArrayCopyData(
ulWholeArraySize
=
getArraySize
(
psaSource
);
/* The two arrays boundaries must be of same leng
ht
*/
/* The two arrays boundaries must be of same leng
th
*/
for
(
cDimCount
=
0
;
cDimCount
<
psaSource
->
cDims
;
cDimCount
++
)
if
(
psaSource
->
rgsabound
[
cDimCount
].
cElements
!=
psaTarget
->
rgsabound
[
cDimCount
].
cElements
)
...
...
dlls/oleaut32/typelib16.c
View file @
56aaea2f
...
...
@@ -46,7 +46,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
*
* This dll is the 16 bit version of the Typelib API, part the original
* implementation of Ole automation. It and its companion ole2disp.dll were
* super
ce
eded by oleaut32.dll which provides 32 bit implementations of these
* super
s
eded by oleaut32.dll which provides 32 bit implementations of these
* functions and greatly extends the Ole Api.
*
* Winelib developers cannot use these functions directly, they are implemented
...
...
dlls/oleaut32/variant.c
View file @
56aaea2f
...
...
@@ -418,7 +418,7 @@ static BOOL TmToDATE( struct tm* pTm, DATE *pDateOut )
*
pDateOut
+=
pTm
->
tm_mday
;
/* Add the number of seconds, minutes, and hours
* to the DATE. Note these are the frac
ion
nal part
* to the DATE. Note these are the frac
tio
nal part
* of the DATE so seconds / number of seconds in a day.
*/
}
else
{
...
...
dlls/shell32/tests/shlfileop.c
View file @
56aaea2f
...
...
@@ -288,7 +288,7 @@ void test_copy(void)
ok
(
!
file_exists
(
".
\\
testdir2
\\
test2.txt"
),
"The file is not copied yet"
);
retval
=
SHFileOperationA
(
&
shfo
);
if
(
!
retval
)
/* Win 95/NT returns success but copies only the files up to the non
existing
source */
/* Win 95/NT returns success but copies only the files up to the non
-existent
source */
ok
(
file_exists
(
".
\\
testdir2
\\
test1.txt"
),
"The file is not copied"
);
else
{
...
...
documentation/configuring.sgml
View file @
56aaea2f
...
...
@@ -69,8 +69,8 @@
directories before attempting to load them. While Wine
is able to load its own internal DLLs
(<filename>.so</filename> files) when the program
asks for a DLL, Wine does not simulate the
exist
ence of
non
existing
files.
asks for a DLL, Wine does not simulate the
pres
ence of
non
-existent
files.
</para>
</listitem>
</itemizedlist>
...
...
include/ddraw.h
View file @
56aaea2f
...
...
@@ -395,7 +395,7 @@ typedef struct _DDCAPS_DX7 /* DirectX 7 version of caps struct */
DWORD
dwAlignSizeDest
;
/* dest rectangle byte size */
DWORD
dwAlignStrideAlign
;
/* stride alignment */
DWORD
dwRops
[
DD_ROP_SPACE
];
/* ROPS supported */
DDSCAPS
ddsOldCaps
;
/* old DDSCAPS - super
c
eded for DirectX6+ */
DDSCAPS
ddsOldCaps
;
/* old DDSCAPS - super
s
eded for DirectX6+ */
DWORD
dwMinOverlayStretch
;
/* minimum overlay stretch factor multiplied by 1000, eg 1000 == 1.0, 1300 == 1.3 */
DWORD
dwMaxOverlayStretch
;
/* maximum overlay stretch factor multiplied by 1000, eg 1000 == 1.0, 1300 == 1.3 */
DWORD
dwMinLiveVideoStretch
;
/* minimum live video stretch factor multiplied by 1000, eg 1000 == 1.0, 1300 == 1.3 */
...
...
@@ -456,7 +456,7 @@ typedef struct _DDCAPS_DX6 /* DirectX 6 version of caps struct */
DWORD
dwAlignSizeDest
;
/* dest rectangle byte size */
DWORD
dwAlignStrideAlign
;
/* stride alignment */
DWORD
dwRops
[
DD_ROP_SPACE
];
/* ROPS supported */
DDSCAPS
ddsOldCaps
;
/* old DDSCAPS - super
c
eded for DirectX6+ */
DDSCAPS
ddsOldCaps
;
/* old DDSCAPS - super
s
eded for DirectX6+ */
DWORD
dwMinOverlayStretch
;
/* minimum overlay stretch factor multiplied by 1000, eg 1000 == 1.0, 1300 == 1.3 */
DWORD
dwMaxOverlayStretch
;
/* maximum overlay stretch factor multiplied by 1000, eg 1000 == 1.0, 1300 == 1.3 */
DWORD
dwMinLiveVideoStretch
;
/* minimum live video stretch factor multiplied by 1000, eg 1000 == 1.0, 1300 == 1.3 */
...
...
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