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
ef998ea6
Commit
ef998ea6
authored
Oct 15, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
d3d3aba3
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
29 additions
and
29 deletions
+29
-29
registry.c
dlls/advapi32/tests/registry.c
+2
-2
cabinet_main.c
dlls/cabinet/cabinet_main.c
+1
-1
heap.c
dlls/kernel32/heap.c
+1
-1
mscms_priv.h
dlls/mscms/mscms_priv.h
+1
-1
msg711.c
dlls/msg711.acm/msg711.c
+1
-1
compobj.c
dlls/ole32/compobj.c
+1
-1
errorinfo.c
dlls/ole32/errorinfo.c
+1
-1
marshal.c
dlls/ole32/marshal.c
+1
-1
ole2.c
dlls/ole32/ole2.c
+2
-2
storage32.c
dlls/ole32/tests/storage32.c
+1
-1
dispatch.c
dlls/oleaut32/dispatch.c
+1
-1
oleaut.c
dlls/oleaut32/oleaut.c
+1
-1
typelib.c
dlls/oleaut32/typelib.c
+1
-1
ungif.c
dlls/oleaut32/ungif.c
+3
-3
variant.c
dlls/oleaut32/variant.c
+1
-1
shlview.c
dlls/shell32/shlview.c
+1
-1
basetexture.c
dlls/wined3d/basetexture.c
+3
-3
device.c
dlls/wined3d/device.c
+1
-1
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-2
message16.c
dlls/winmm/message16.c
+1
-1
mcy.y
tools/wmc/mcy.y
+1
-1
genres.c
tools/wrc/genres.c
+1
-1
No files found.
dlls/advapi32/tests/registry.c
View file @
ef998ea6
...
...
@@ -342,14 +342,14 @@ static void test_query_value_ex(void)
type
=
0xdeadbeef
;
size
=
0xdeadbeef
;
ret
=
RegQueryValueExA
(
HKEY_CLASSES_ROOT
,
"Non
E
xistent Value"
,
NULL
,
&
type
,
NULL
,
&
size
);
ret
=
RegQueryValueExA
(
HKEY_CLASSES_ROOT
,
"Non
e
xistent Value"
,
NULL
,
&
type
,
NULL
,
&
size
);
ok
(
ret
==
ERROR_FILE_NOT_FOUND
,
"expected ERROR_FILE_NOT_FOUND, got %d
\n
"
,
ret
);
ok
(
size
==
0
,
"size should have been set to 0 instead of %d
\n
"
,
size
);
ok
(
type
==
(
DWORD
)
HKEY_CLASSES_ROOT
/* NT */
||
type
==
0
/* Win9x */
,
"type should have been set to 0x80000000 or 0 instead of 0x%x
\n
"
,
type
);
size
=
sizeof
(
buffer
);
ret
=
RegQueryValueExA
(
HKEY_CLASSES_ROOT
,
"Non
E
xistent Value"
,
NULL
,
&
type
,
buffer
,
&
size
);
ret
=
RegQueryValueExA
(
HKEY_CLASSES_ROOT
,
"Non
e
xistent Value"
,
NULL
,
&
type
,
buffer
,
&
size
);
ok
(
ret
==
ERROR_FILE_NOT_FOUND
,
"expected ERROR_FILE_NOT_FOUND, got %d
\n
"
,
ret
);
ok
(
size
==
sizeof
(
buffer
),
"size shouldn't have been changed to %d
\n
"
,
size
);
}
...
...
dlls/cabinet/cabinet_main.c
View file @
ef998ea6
...
...
@@ -219,7 +219,7 @@ static INT_PTR fdi_notify_extract(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pf
if
((
pDestination
->
flags
&
EXTRACT_EXTRACTFILES
)
||
file_in_list
(
pDestination
->
filterlist
,
pfdin
->
psz1
))
{
/* skip this file i
t it'
s not in the file list */
/* skip this file i
f it i
s not in the file list */
if
(
!
file_in_list
(
pDestination
->
filelist
,
pfdin
->
psz1
))
return
0
;
...
...
dlls/kernel32/heap.c
View file @
ef998ea6
...
...
@@ -532,7 +532,7 @@ HGLOBAL WINAPI GlobalHandle(
{
handle
=
0
;
/* note that if pmem is a pointer to a
a
block allocated by */
/* note that if pmem is a pointer to a block allocated by */
/* GlobalAlloc with GMEM_MOVEABLE then magic test in HeapValidate */
/* will fail. */
if
(
ISPOINTER
(
pmem
))
{
...
...
dlls/mscms/mscms_priv.h
View file @
ef998ea6
...
...
@@ -54,7 +54,7 @@
/* Funny thing is lcms.h defines DWORD as an 'unsigned long' whereas Wine
* defines it as an 'unsigned int'. To avoid compiler warnings we use a
* preprocessor define for DWORD and LPDWORD to get back Wine's orginal
* preprocessor define for DWORD and LPDWORD to get back Wine's or
i
ginal
* (typedef) definitions.
*/
...
...
dlls/msg711.acm/msg711.c
View file @
ef998ea6
...
...
@@ -202,7 +202,7 @@ static inline void W16(unsigned char* dst, short s)
*
*/
#define SIGN_BIT (0x80)
/* Sign bit for a A-law byte. */
#define SIGN_BIT (0x80)
/* Sign bit for a
n
A-law byte. */
#define QUANT_MASK (0xf)
/* Quantization field mask. */
#define NSEGS (8)
/* Number of A-law segments. */
#define SEG_SHIFT (4)
/* Left shift for segment number. */
...
...
dlls/ole32/compobj.c
View file @
ef998ea6
...
...
@@ -679,7 +679,7 @@ HRESULT WINAPI CoInitialize(LPVOID lpReserved)
*
* The behavior used to set the IMalloc used for memory management is
* obsolete.
* The dwCoInit parameter must specify o
f
of the following apartment
* The dwCoInit parameter must specify o
ne
of the following apartment
* threading models:
*| COINIT_APARTMENTTHREADED - A single-threaded apartment (STA).
*| COINIT_MULTITHREADED - A multi-threaded apartment (MTA).
...
...
dlls/ole32/errorinfo.c
View file @
ef998ea6
...
...
@@ -52,7 +52,7 @@ static BSTR WINAPI ERRORINFO_SysAllocString(const OLECHAR* in)
if
(
in
==
NULL
)
return
NULL
;
/*
* Find the len
th of the buffer passed-in
in bytes.
* Find the len
gth of the buffer passed-in,
in bytes.
*/
len
=
strlenW
(
in
);
bufferSize
=
len
*
sizeof
(
WCHAR
);
...
...
dlls/ole32/marshal.c
View file @
ef998ea6
...
...
@@ -1109,7 +1109,7 @@ static HRESULT unmarshal_object(const STDOBJREF *stdobjref, APARTMENT *apt,
wine_dbgstr_longlong
(
stdobjref
->
oid
),
debugstr_guid
(
&
stdobjref
->
ipid
));
/* create a
n a
new proxy manager if one doesn't already exist for the
/* create a new proxy manager if one doesn't already exist for the
* object */
if
(
!
find_proxy_manager
(
apt
,
stdobjref
->
oxid
,
stdobjref
->
oid
,
&
proxy_manager
))
{
...
...
dlls/ole32/ole2.c
View file @
ef998ea6
...
...
@@ -2533,13 +2533,13 @@ BSTR WINAPI PropSysAllocString(LPCOLESTR str)
len
=
lstrlenW
(
str
);
/*
* Find the length of the buffer passed-in in bytes.
* Find the length of the buffer passed-in
,
in bytes.
*/
bufferSize
=
len
*
sizeof
(
WCHAR
);
/*
* Allocate a new buffer to hold the string.
*
d
on't forget to keep an empty spot at the beginning of the
*
D
on't forget to keep an empty spot at the beginning of the
* buffer for the character count and an extra character at the
* end for the NULL.
*/
...
...
dlls/ole32/tests/storage32.c
View file @
ef998ea6
...
...
@@ -586,7 +586,7 @@ static void test_storage_suminfo(void)
STGM_CREATE
|
STGM_WRITE
|
STGM_SHARE_EXCLUSIVE
,
&
ps
);
ok
(
r
==
STG_E_INVALIDFLAG
,
"created property set storage
\n
"
);
/* now try really creating a
a
property set */
/* now try really creating a property set */
r
=
IPropertySetStorage_Create
(
propset
,
&
FMTID_SummaryInformation
,
NULL
,
0
,
STGM_CREATE
|
STGM_READWRITE
|
STGM_SHARE_EXCLUSIVE
,
&
ps
);
ok
(
r
==
S_OK
,
"failed to create property set storage
\n
"
);
...
...
dlls/oleaut32/dispatch.c
View file @
ef998ea6
...
...
@@ -357,7 +357,7 @@ static HRESULT WINAPI StdDispatch_GetTypeInfo(LPDISPATCH iface, UINT iTInfo, LCI
* Success: S_OK.
* Failure: DISP_E_UNKNOWNNAME, if any of the names is invalid.
* DISP_E_UNKNOWNLCID if lcid is invalid.
* Otherwise, an
An
HRESULT error code.
* Otherwise, an HRESULT error code.
*
* NOTES
* This call defers to ITypeInfo_GetIDsOfNames(), using the ITypeInfo object
...
...
dlls/oleaut32/oleaut.c
View file @
ef998ea6
...
...
@@ -218,7 +218,7 @@ BSTR WINAPI SysAllocStringLen(const OLECHAR *str, unsigned int len)
WCHAR
*
stringBuffer
;
/*
* Find the length of the buffer passed-in in bytes.
* Find the length of the buffer passed-in
,
in bytes.
*/
bufferSize
=
len
*
sizeof
(
WCHAR
);
...
...
dlls/oleaut32/typelib.c
View file @
ef998ea6
...
...
@@ -3312,7 +3312,7 @@ static ITypeLib2* ITypeLib2_Constructor_SLTG(LPVOID pLib, DWORD dwTLBLength)
/* Hopefully we now have enough ptrs set up to actually read in
some TypeInfos. It's not clear which order to do them in, so
I'll just follow the links along the BlkEntry chain and read
them in
in the order in which they'
re in the file */
them in
the order in which they a
re in the file */
ppTypeInfoImpl
=
&
(
pTypeLibImpl
->
pTypeInfo
);
...
...
dlls/oleaut32/ungif.c
View file @
ef998ea6
...
...
@@ -646,10 +646,10 @@ DGifDecompressLine(GifFileType * GifFile,
}
else
CrntPrefix
=
CrntCode
;
/* Now (if image is O.K.) we should not get a
n
NO_SUCH_CODE
*
D
uring the trace. As we might loop forever, in case of
/* Now (if image is O.K.) we should not get a NO_SUCH_CODE
*
d
uring the trace. As we might loop forever, in case of
* defective image, we count the number of loops we trace
* and stop if we got LZ_MAX_CODE.
obviously we can
not
* and stop if we got LZ_MAX_CODE.
Obviously we can
not
* loop more than that. */
j
=
0
;
while
(
j
++
<=
LZ_MAX_CODE
&&
...
...
dlls/oleaut32/variant.c
View file @
ef998ea6
...
...
@@ -773,7 +773,7 @@ static inline size_t VARIANT_DataSize(const VARIANT* pv)
/******************************************************************************
* VariantCopyInd [OLEAUT32.11]
*
* Copy a variant, dereferencing it it is by-reference.
* Copy a variant, dereferencing it i
f i
t is by-reference.
*
* PARAMS
* pvargDest [O] Destination for copy
...
...
dlls/shell32/shlview.c
View file @
ef998ea6
...
...
@@ -156,7 +156,7 @@ static inline IShellViewImpl *impl_from_IViewObject( IViewObject *iface )
#define GET_WM_COMMAND_CMD(wp, lp) HIWORD(wp)
/*
Items merged into the toolbar and
and
the filemenu
Items merged into the toolbar and the filemenu
*/
typedef
struct
{
int
idCommand
;
...
...
dlls/wined3d/basetexture.c
View file @
ef998ea6
...
...
@@ -278,9 +278,9 @@ HRESULT WINAPI IWineD3DBaseTextureImpl_BindTexture(IWineD3DBaseTexture *iface) {
glBindTexture
(
textureDimensions
,
This
->
baseTexture
.
textureName
);
checkGLcall
(
"glBindTexture"
);
if
(
isNewTexture
)
{
/* For a new texture we have to set the textures levels after binding the texture
,
*
in theory this is all we should ever have to dom, but because ATI's drivers are broken
we
* also need to set the texture dimensi
ns before the texture is
is set */
/* For a new texture we have to set the textures levels after binding the texture
.
*
In theory this is all we should ever have to do, but because ATI's drivers are broken,
we
* also need to set the texture dimensi
ons before the texture
is set */
TRACE
(
"Setting GL_TEXTURE_MAX_LEVEL to %d
\n
"
,
This
->
baseTexture
.
levels
-
1
);
glTexParameteri
(
textureDimensions
,
GL_TEXTURE_MAX_LEVEL
,
This
->
baseTexture
.
levels
-
1
);
checkGLcall
(
"glTexParameteri(textureDimensions, GL_TEXTURE_MAX_LEVEL, This->baseTexture.levels)"
);
...
...
dlls/wined3d/device.c
View file @
ef998ea6
...
...
@@ -7365,7 +7365,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_ActiveRender(IWineD3DDevice* iface,
if
(
renderSurfaceSwapchain
!=
NULL
)
{
/* We also need to make sure that the lights &co are also in the context of the swapchains */
/* FIXME: If the render target gets sent to the frontBuffer
should b
e be presenting it raw? */
/* FIXME: If the render target gets sent to the frontBuffer
, should w
e be presenting it raw? */
TRACE
(
"making swapchain active
\n
"
);
if
(
RenderSurface
!=
This
->
renderTarget
)
{
BOOL
backbuf
=
FALSE
;
...
...
dlls/wined3d/wined3d_private.h
View file @
ef998ea6
...
...
@@ -325,8 +325,8 @@ extern const float identity[16];
/* TODO: Confirm each of these works when wined3d move completed */
#if 0 /* NOTE: Must be 0 in cvs */
/* To avoid having to get gigabytes of trace, the following can be compiled in, and at the start
of each frame, a check is made for the existence of C:\D3DTRACE, and if i
f
exists d3d trace
is enabled, and if it doesn't exist
s it is disabled.
*/
of each frame, a check is made for the existence of C:\D3DTRACE, and if i
t
exists d3d trace
is enabled, and if it doesn't exist
it is disabled.
*/
# define FRAME_DEBUGGING
/* Adding in the SINGLE_FRAME_DEBUGGING gives a trace of just what makes up a single frame, before
the file is deleted */
...
...
dlls/winmm/message16.c
View file @
ef998ea6
...
...
@@ -231,7 +231,7 @@ static void CALLBACK MMDRV_MidiIn_Callback(HDRVR hDev, UINT uMsg, DWORD dwInsta
case
MIM_DATA
:
case
MIM_MOREDATA
:
case
MIM_ERROR
:
/* dwParam1 & dwParam2 are
are
data, nothing to do */
/* dwParam1 & dwParam2 are data, nothing to do */
break
;
case
MIM_LONGDATA
:
case
MIM_LONGERROR
:
...
...
tools/wmc/mcy.y
View file @
ef998ea6
...
...
@@ -20,7 +20,7 @@
* NOTES:
*
* The basic grammar of the file is yet another example of, humpf,
* design. There is
is mix of context-insensitive and -sent
itive
* design. There is
a mix of context-insensitive and -sens
itive
* stuff, which makes it rather complicated.
* The header definitions are all context-insensitive because they have
* delimited arguments, whereas the message headers are (semi-) context-
...
...
tools/wrc/genres.c
View file @
ef998ea6
...
...
@@ -1408,7 +1408,7 @@ static res_t *rcdata2res(name_id_t *name, rcdata_t *rdt)
* Output : New .res format structure
* Description :
* Remarks : The data has been converted to the appropriate endian
* after i
s
was parsed.
* after i
t
was parsed.
*****************************************************************************
*/
static
res_t
*
messagetable2res
(
name_id_t
*
name
,
messagetable_t
*
msg
)
...
...
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