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
14a5d168
Commit
14a5d168
authored
Jul 02, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 02, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some common spelling errors.
parent
d27b8c96
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
31 additions
and
31 deletions
+31
-31
combo.c
controls/combo.c
+1
-1
fdi.c
dlls/cabinet/fdi.c
+1
-1
sound3d.c
dlls/dsound/sound3d.c
+4
-4
format_msg.c
dlls/kernel/format_msg.c
+2
-2
time.c
dlls/ntdll/time.c
+3
-3
datacache.c
dlls/ole32/datacache.c
+1
-1
moniker.c
dlls/ole32/moniker.c
+1
-1
ole2.c
dlls/ole32/ole2.c
+2
-2
filtermapper.c
dlls/quartz/filtermapper.c
+1
-1
path.c
dlls/shlwapi/path.c
+2
-2
twain.h
dlls/twain/twain.h
+4
-4
lstr.c
dlls/user/lstr.c
+1
-1
internet.c
dlls/wininet/internet.c
+1
-1
midi.c
dlls/winmm/wineoss/midi.c
+1
-1
multimedia.sgml
documentation/multimedia.sgml
+1
-1
opengl.c
graphics/x11drv/opengl.c
+1
-1
palette.c
objects/palette.c
+1
-1
regsvr32.c
programs/regsvr32/regsvr32.c
+3
-3
No files found.
controls/combo.c
View file @
14a5d168
...
...
@@ -62,7 +62,7 @@ static HBITMAP hComboBmp = 0;
static
UINT
CBitHeight
,
CBitWidth
;
/*
* Look and feel depend
a
nt "constants"
* Look and feel depend
e
nt "constants"
*/
#define COMBO_YBORDERGAP 5
...
...
dlls/cabinet/fdi.c
View file @
14a5d168
...
...
@@ -2004,7 +2004,7 @@ BOOL __cdecl FDICopy(
TRACE
(
"Extracting file %s as requested by callee.
\n
"
,
debugstr_a
(
file
->
filename
));
/* set up decomp_state (unnec
cesary?); at least
/* set up decomp_state (unnec
essary?); at least
ignore trailing three pointers in the struct */
ZeroMemory
(
decomp_state
,
sizeof
(
fdi_decomp_state
)
-
sizeof
(
void
*
)
*
3
);
CAB
(
hfdi
)
=
hfdi
;
...
...
dlls/dsound/sound3d.c
View file @
14a5d168
...
...
@@ -413,12 +413,12 @@ static HRESULT WINAPI IDirectSound3DBufferImpl_GetAllParameters(
TRACE
(
"(%p,%p)
\n
"
,
This
,
lpDs3dBuffer
);
if
(
lpDs3dBuffer
==
NULL
)
{
WARN
(
"invalid param
a
ter: lpDs3dBuffer == NULL
\n
"
);
WARN
(
"invalid param
e
ter: lpDs3dBuffer == NULL
\n
"
);
return
DSERR_INVALIDPARAM
;
}
if
(
lpDs3dBuffer
->
dwSize
<
sizeof
(
*
lpDs3dBuffer
))
{
WARN
(
"invalid param
a
ter: lpDs3dBuffer->dwSize = %ld < %d
\n
"
,
lpDs3dBuffer
->
dwSize
,
sizeof
(
*
lpDs3dBuffer
));
WARN
(
"invalid param
e
ter: lpDs3dBuffer->dwSize = %ld < %d
\n
"
,
lpDs3dBuffer
->
dwSize
,
sizeof
(
*
lpDs3dBuffer
));
return
DSERR_INVALIDPARAM
;
}
...
...
@@ -881,12 +881,12 @@ static HRESULT WINAPI IDirectSound3DListenerImpl_GetAllParameter(
TRACE
(
"(%p,%p)
\n
"
,
This
,
lpDS3DL
);
if
(
lpDS3DL
==
NULL
)
{
WARN
(
"invalid param
a
ter: lpDS3DL == NULL
\n
"
);
WARN
(
"invalid param
e
ter: lpDS3DL == NULL
\n
"
);
return
DSERR_INVALIDPARAM
;
}
if
(
lpDS3DL
->
dwSize
<
sizeof
(
*
lpDS3DL
))
{
WARN
(
"invalid param
a
ter: lpDS3DL->dwSize = %ld < %d
\n
"
,
lpDS3DL
->
dwSize
,
sizeof
(
*
lpDS3DL
));
WARN
(
"invalid param
e
ter: lpDS3DL->dwSize = %ld < %d
\n
"
,
lpDS3DL
->
dwSize
,
sizeof
(
*
lpDS3DL
));
return
DSERR_INVALIDPARAM
;
}
...
...
dlls/kernel/format_msg.c
View file @
14a5d168
...
...
@@ -134,7 +134,7 @@ DWORD WINAPI FormatMessageA(
{
LPDWORD
args
=
(
LPDWORD
)
_args
;
#if defined(__i386__) || defined(__sparc__)
/* This implementation is completely depend
a
nt on the format of the va_list on x86 CPUs */
/* This implementation is completely depend
e
nt on the format of the va_list on x86 CPUs */
LPSTR
target
,
t
;
DWORD
talloced
;
LPSTR
from
,
f
;
...
...
@@ -361,7 +361,7 @@ DWORD WINAPI FormatMessageW(
{
LPDWORD
args
=
(
LPDWORD
)
_args
;
#if defined(__i386__) || defined(__sparc__)
/* This implementation is completely depend
a
nt on the format of the va_list on x86 CPUs */
/* This implementation is completely depend
e
nt on the format of the va_list on x86 CPUs */
LPSTR
target
,
t
;
DWORD
talloced
;
LPSTR
from
,
f
;
...
...
dlls/ntdll/time.c
View file @
14a5d168
...
...
@@ -402,7 +402,7 @@ VOID WINAPI RtlTimeToTimeFields(
* Time [O] Converted time.
*
* RETURNS
* TRUE: Successful
l
* TRUE: Successful
.
* FALSE: Failure.
*/
BOOLEAN
WINAPI
RtlTimeFieldsToTime
(
...
...
@@ -508,7 +508,7 @@ NTSTATUS WINAPI RtlSystemTimeToLocalTime( const LARGE_INTEGER *SystemTime,
* res [O] Pointer to a LONG to receive the seconds since 1970.
*
* RETURNS
* TRUE: Successful
l
.
* TRUE: Successful.
* FALSE: Failure.
*/
BOOLEAN
WINAPI
RtlTimeToSecondsSince1970
(
const
LARGE_INTEGER
*
time
,
PULONG
res
)
...
...
@@ -531,7 +531,7 @@ BOOLEAN WINAPI RtlTimeToSecondsSince1970( const LARGE_INTEGER *time, PULONG res
* res [O] Pointer to a integer to receive the time since 1980.
*
* RETURNS
* TRUE: Successful
l
* TRUE: Successful
.
* FALSE: Failure.
*/
BOOLEAN
WINAPI
RtlTimeToSecondsSince1980
(
const
LARGE_INTEGER
*
time
,
LPDWORD
res
)
...
...
dlls/ole32/datacache.c
View file @
14a5d168
...
...
@@ -1832,7 +1832,7 @@ static HRESULT WINAPI DataCache_GetExtent(
FIXME
(
"Unimplemented flag lindex = %ld
\n
"
,
lindex
);
/*
* Right now, we suport only the callback from
* Right now, we sup
p
ort only the callback from
* the default handler.
*/
if
(
ptd
!=
NULL
)
...
...
dlls/ole32/moniker.c
View file @
14a5d168
...
...
@@ -211,7 +211,7 @@ HRESULT WINAPI RunningObjectTableImpl_Initialize()
runningObjectTableInstance
->
lpVtbl
=
&
VT_RunningObjectTableImpl
;
/* the initial reference is set to "1" ! because if set to "0" it will be not practis when */
/* the ROT refer
ed many times
not in the same time (all the objects in the ROT will */
/* the ROT refer
red many times
not in the same time (all the objects in the ROT will */
/* be removed every time the ROT is removed ) */
runningObjectTableInstance
->
ref
=
1
;
...
...
dlls/ole32/ole2.c
View file @
14a5d168
...
...
@@ -917,7 +917,7 @@ static void OLEMenu_UnInitialize()
* OLEMenu_InstallHooks
* Install thread scope message hooks for WH_GETMESSAGE and WH_CALLWNDPROC
*
* RETURNS: TRUE if message hooks were succesfully installed
* RETURNS: TRUE if message hooks were succes
s
fully installed
* FALSE on failure
*/
BOOL
OLEMenu_InstallHooks
(
DWORD
tid
)
...
...
@@ -966,7 +966,7 @@ CLEANUP:
* OLEMenu_UnInstallHooks
* UnInstall thread scope message hooks for WH_GETMESSAGE and WH_CALLWNDPROC
*
* RETURNS: TRUE if message hooks were succesfully installed
* RETURNS: TRUE if message hooks were succes
s
fully installed
* FALSE on failure
*/
BOOL
OLEMenu_UnInstallHooks
(
DWORD
tid
)
...
...
dlls/quartz/filtermapper.c
View file @
14a5d168
...
...
@@ -658,7 +658,7 @@ static HRESULT WINAPI FilterMapper2_RegisterFilter(
pclsidCategory
=
&
CLSID_ActiveMovieCategories
;
/* sizeof... will include null terminator and
* the + 1 is for the sep
e
rator ('\\'). The -1 is
* the + 1 is for the sep
a
rator ('\\'). The -1 is
* because CHARS_IN_GUID includes the null terminator
*/
nameLen
=
sizeof
(
wszDevice
)
/
sizeof
(
wszDevice
[
0
])
+
CHARS_IN_GUID
-
1
+
1
;
...
...
dlls/shlwapi/path.c
View file @
14a5d168
...
...
@@ -2555,8 +2555,8 @@ BOOL WINAPI PathMakePrettyW(LPWSTR lpszPath)
*
* NOTES
* A common prefix of 2 is always returned as 3. It is thus possible for
* the length returned to be invalid (i.e.
L
onger than one or both of the
* strings given as parameters). This Win32 behaviour has been impl
i
mented
* the length returned to be invalid (i.e.
l
onger than one or both of the
* strings given as parameters). This Win32 behaviour has been impl
e
mented
* here, and cannot be changed (fixed?) without breaking other SHLWAPI calls.
* To work around this when using this function, always check that the byte
* at [common_prefix_len-1] is not a NUL. If it is, deduct 1 from the prefix.
...
...
dlls/twain/twain.h
View file @
14a5d168
...
...
@@ -484,7 +484,7 @@ typedef struct {
char
Reserved
[
512
];
/**/
}
TW_FILESYSTEM
,
FAR
*
pTW_FILESYSTEM
;
/* DAT_PASSTHRU, device depend
a
nt data to pass through Data Source */
/* DAT_PASSTHRU, device depend
e
nt data to pass through Data Source */
typedef
struct
{
TW_MEMREF
pCommand
;
/* Pointer to Command buffer */
TW_UINT32
CommandBytes
;
/* Number of bytes in Command buffer */
...
...
@@ -1684,8 +1684,8 @@ typedef struct {
#define TWCC_BUMMER 1
/* Failure due to unknown causes */
#define TWCC_LOWMEMORY 2
/* Not enough memory to perform operation */
#define TWCC_NODS 3
/* No Data Source */
#define TWCC_MAXCONNECTIONS 4
/* DS is connected to max possible applications
*/
#define TWCC_OPERATIONERROR 5
/* DS or DSM reported error, application shouldn't
*/
#define TWCC_MAXCONNECTIONS 4
/* DS is connected to max possible applications */
#define TWCC_OPERATIONERROR 5
/* DS or DSM reported error, application shouldn't */
#define TWCC_BADCAP 6
/* Unknown capability */
#define TWCC_BADPROTOCOL 9
/* Unrecognized MSG DG DAT combination */
#define TWCC_BADVALUE 10
/* Data parameter out of range */
...
...
@@ -1693,7 +1693,7 @@ typedef struct {
#define TWCC_BADDEST 12
/* Unknown destination Application/Source in DSM_Entry */
#define TWCC_CAPUNSUPPORTED 13
/* Capability not supported by source */
#define TWCC_CAPBADOPERATION 14
/* Operation not supported by capability */
#define TWCC_CAPSEQERROR 15
/* Capability has depend
a
ncy on other capability */
#define TWCC_CAPSEQERROR 15
/* Capability has depend
e
ncy on other capability */
/* Added 1.8 */
#define TWCC_DENIED 16
/* File System operation is denied (file is protected) */
#define TWCC_FILEEXISTS 17
/* Operation failed because file already exists. */
...
...
dlls/user/lstr.c
View file @
14a5d168
...
...
@@ -596,7 +596,7 @@ DWORD WINAPI FormatMessage16(
LPDWORD
args
/* [in] NOTE: va_list *args */
)
{
#ifdef __i386__
/* This implementation is completely depend
a
nt on the format of the va_list on x86 CPUs */
/* This implementation is completely depend
e
nt on the format of the va_list on x86 CPUs */
LPSTR
target
,
t
;
DWORD
talloced
;
LPSTR
from
,
f
;
...
...
dlls/wininet/internet.c
View file @
14a5d168
...
...
@@ -2317,7 +2317,7 @@ BOOL WINAPI InternetQueryDataAvailable( HINTERNET hFile,
break
;
default:
FIXME
(
"unsuported file type
\n
"
);
FIXME
(
"unsup
p
orted file type
\n
"
);
break
;
}
...
...
dlls/winmm/wineoss/midi.c
View file @
14a5d168
...
...
@@ -1554,7 +1554,7 @@ static DWORD modReset(WORD wDevID)
if
(
!
MidiOutDev
[
wDevID
].
bEnabled
)
return
MIDIERR_NODEVICE
;
/* stop all notes */
/* FIXME: check if 0x78B0 is channel depend
a
nt or not. I coded it so that
/* FIXME: check if 0x78B0 is channel depend
e
nt or not. I coded it so that
* it's channel dependent...
*/
for
(
chn
=
0
;
chn
<
16
;
chn
++
)
{
...
...
documentation/multimedia.sgml
View file @
14a5d168
...
...
@@ -1131,7 +1131,7 @@ Kernel space | Client applications
</listitem>
<listitem>
<para>
all hardware (or most of it) depend
a
nt code reside in the kernel
all hardware (or most of it) depend
e
nt code reside in the kernel
space (which is not surprising)
</para>
</listitem>
...
...
graphics/x11drv/opengl.c
View file @
14a5d168
...
...
@@ -194,7 +194,7 @@ int X11DRV_ChoosePixelFormat(X11DRV_PDEVICE *physDev,
NULL_TEST_AND_ADD2(ppfd->cAlphaBits, GLX_ALPHA_SIZE, 8);
ADD2(GLX_ACCUM_SIZE, ppfd->cAccumBits); */
ADD2
(
GLX_STENCIL_SIZE
,
ppfd
->
cStencilBits
);
/* now suported */
ADD2
(
GLX_STENCIL_SIZE
,
ppfd
->
cStencilBits
);
/* now sup
p
orted */
/* ADD2(GLX_AUX_BUFFERS, ppfd->cAuxBuffers); */
att_list
[
att_pos
]
=
None
;
...
...
objects/palette.c
View file @
14a5d168
...
...
@@ -846,7 +846,7 @@ VOID WINAPI SetMagicColors16(HDC16 hDC, COLORREF color, UINT16 index)
* for that DC.
*
* RETURNS
* TRUE if name copied succesfully OR lpszFilename is NULL
* TRUE if name copied succes
s
fully OR lpszFilename is NULL
* FALSE if the buffer length pointed to by lpcbName is too small
*
* NOTE
...
...
programs/regsvr32/regsvr32.c
View file @
14a5d168
...
...
@@ -118,7 +118,7 @@ int RegisterDll(char* strDll)
return
-
1
;
}
if
(
!
Silent
)
printf
(
"Succesfully registered dll %s
\n
"
,
strDll
);
printf
(
"Succes
s
fully registered dll %s
\n
"
,
strDll
);
if
(
DllHandle
)
FreeLibrary
(
DllHandle
);
...
...
@@ -141,7 +141,7 @@ int UnregisterDll(char* strDll)
return
-
1
;
}
if
(
!
Silent
)
printf
(
"Succesfully unregistered dll %s
\n
"
,
strDll
);
printf
(
"Succes
s
fully unregistered dll %s
\n
"
,
strDll
);
if
(
DllHandle
)
FreeLibrary
(
DllHandle
);
...
...
@@ -164,7 +164,7 @@ int InstallDll(BOOL install, char *strDll, WCHAR *command_line)
return
-
1
;
}
if
(
!
Silent
)
printf
(
"Succesfully %s dll %s
\n
"
,
install
?
"installed"
:
"uninstalled"
,
printf
(
"Succes
s
fully %s dll %s
\n
"
,
install
?
"installed"
:
"uninstalled"
,
strDll
);
if
(
DllHandle
)
...
...
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