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
cb2274e6
Commit
cb2274e6
authored
Apr 03, 2008
by
Austin English
Committed by
Alexandre Julliard
Apr 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
f95a849a
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
16 additions
and
16 deletions
+16
-16
enhmetafile.c
dlls/gdi32/enhmetafile.c
+1
-1
font.c
dlls/gdi32/font.c
+1
-1
bitmap.c
dlls/gdi32/tests/bitmap.c
+1
-1
graphicspath.c
dlls/gdiplus/graphicspath.c
+1
-1
gphoto2_i.h
dlls/gphoto2.ds/gphoto2_i.h
+1
-1
icmp_main.c
dlls/icmp/icmp_main.c
+1
-1
imaadp32.c
dlls/imaadp32.acm/imaadp32.c
+2
-2
ifenum.h
dlls/iphlpapi/ifenum.h
+1
-1
iphlpapi_main.c
dlls/iphlpapi/iphlpapi_main.c
+2
-2
chm_lib.c
dlls/itss/chm_lib.c
+1
-1
snoop16.c
dlls/kernel32/snoop16.c
+1
-1
path.c
dlls/kernel32/tests/path.c
+1
-1
time.c
dlls/kernel32/time.c
+1
-1
localspl_main.c
dlls/localspl/localspl_main.c
+1
-1
No files found.
dlls/gdi32/enhmetafile.c
View file @
cb2274e6
...
...
@@ -1670,7 +1670,7 @@ BOOL WINAPI PlayEnhMetaFileRecord(
LPVOID
lpPackedStruct
;
/* Check that offsets and data are contained within the record
* (including checking for wrap
arounds).
* (including checking for wrap
-
arounds).
*/
if
(
lpCreate
->
offBmi
+
lpCreate
->
cbBmi
>
mr
->
nSize
||
lpCreate
->
offBits
+
lpCreate
->
cbBits
>
mr
->
nSize
...
...
dlls/gdi32/font.c
View file @
cb2274e6
...
...
@@ -2418,7 +2418,7 @@ BOOL WINAPI CreateScalableFontResourceW( DWORD fHidden,
debugstr_w
(
lpszCurrentPath
)
);
/* fHidden=1 - only visible for the calling app, read-only, not
* enum
ber
ed with EnumFonts/EnumFontFamilies
* enum
erat
ed with EnumFonts/EnumFontFamilies
* lpszCurrentPath can be NULL
*/
...
...
dlls/gdi32/tests/bitmap.c
View file @
cb2274e6
...
...
@@ -1603,7 +1603,7 @@ static void test_GetDIBits_BI_BITFIELDS(void)
* http://www.lesher.ws/highcolor.html
* http://www.lesher.ws/vidfmt.c
* It hinges on being able to retrieve the bitmaps
* for the three primary colors in nonpaletted 16 bit mode.
* for the three primary colors in non
-
paletted 16 bit mode.
*/
char
dibinfo_buf
[
sizeof
(
BITMAPINFOHEADER
)
+
256
*
sizeof
(
RGBQUAD
)];
LPBITMAPINFO
dibinfo
=
(
LPBITMAPINFO
)
dibinfo_buf
;
...
...
dlls/gdiplus/graphicspath.c
View file @
cb2274e6
...
...
@@ -179,7 +179,7 @@ GpStatus WINGDIPAPI GdipAddPathEllipse(GpPath *path, REAL x, REAL y, REAL width,
memset
(
&
path
->
pathdata
.
Types
[
old_count
+
1
],
PathPointTypeBezier
,
MAX_ARC_PTS
-
1
);
/* An ellipse is an in
strinsic figure (alway
s its own subpath). */
/* An ellipse is an in
trinsic figure (always i
s its own subpath). */
path
->
pathdata
.
Types
[
old_count
]
=
PathPointTypeStart
;
path
->
pathdata
.
Types
[
old_count
+
MAX_ARC_PTS
-
1
]
|=
PathPointTypeCloseSubpath
;
path
->
newfigure
=
TRUE
;
...
...
dlls/gphoto2.ds/gphoto2_i.h
View file @
cb2274e6
...
...
@@ -82,7 +82,7 @@ struct tagActiveDS
GPContext
*
context
;
#endif
/* Capabi
b
lities */
/* Capabilities */
TW_UINT32
capXferMech
;
/* ICAP_XFERMECH */
TW_UINT16
pixeltype
;
/* ICAP_PIXELTYPE */
TW_UINT16
pixelflavor
;
/* ICAP_PIXELFLAVOR */
...
...
dlls/icmp/icmp_main.c
View file @
cb2274e6
...
...
@@ -72,7 +72,7 @@
#include "icmpapi.h"
#include "wine/debug.h"
/* Set up endiannes macros for the ip and ip_icmp BSD headers */
/* Set up endiannes
s
macros for the ip and ip_icmp BSD headers */
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif
...
...
dlls/imaadp32.acm/imaadp32.c
View file @
cb2274e6
...
...
@@ -711,7 +711,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
)
...
...
@@ -736,7 +736,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/iphlpapi/ifenum.h
View file @
cb2274e6
...
...
@@ -73,7 +73,7 @@ char *getInterfaceNameByIndex(DWORD index, char *name);
*/
DWORD
getInterfaceIndexByName
(
const
char
*
name
,
PDWORD
index
);
/* Gets a few physical character
s
istics of a device: MAC addr len, MAC addr,
/* Gets a few physical characteristics of a device: MAC addr len, MAC addr,
* and type as one of the MIB_IF_TYPEs.
* len's in-out: on in, needs to say how many bytes are available in addr,
* which to be safe should be MAX_INTERFACE_PHYSADDR. On out, it's how many
...
...
dlls/iphlpapi/iphlpapi_main.c
View file @
cb2274e6
...
...
@@ -1769,7 +1769,7 @@ DWORD WINAPI GetUniDirectionalAdapterInfo(PIP_UNIDIRECTIONAL_ADAPTER_ADDRESS pIP
/******************************************************************
* IpReleaseAddress (IPHLPAPI.@)
*
* Release an IP o
p
tained through DHCP,
* Release an IP o
b
tained through DHCP,
*
* PARAMS
* AdapterInfo [In] adapter to release IP address
...
...
@@ -1828,7 +1828,7 @@ DWORD WINAPI IpRenewAddress(PIP_ADAPTER_INDEX_MAP AdapterInfo)
* Notify caller whenever the ip-interface map 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/itss/chm_lib.c
View file @
cb2274e6
...
...
@@ -1162,7 +1162,7 @@ static Int64 _chm_decompress_block(struct chmFile *h,
Int64
cmpLen
;
/* compressed len */
int
indexSlot
;
/* cache index slot */
UChar
*
lbuffer
;
/* local buffer ptr */
UInt32
blockAlign
=
(
UInt32
)(
block
%
h
->
reset_blkcount
);
/* reset int
vl. aln.
*/
UInt32
blockAlign
=
(
UInt32
)(
block
%
h
->
reset_blkcount
);
/* reset int
erval align
*/
UInt32
i
;
/* local loop index */
/* let the caching system pull its weight! */
...
...
dlls/kernel32/snoop16.c
View file @
cb2274e6
...
...
@@ -174,7 +174,7 @@ SNOOP16_GetProcAddress16(HMODULE16 hmod,DWORD ordinal,FARPROC16 origfun) {
if
(
!
TRACE_ON
(
snoop
)
||
!
pModule
||
!
HIWORD
(
origfun
))
return
origfun
;
if
(
!*
(
LPBYTE
)
MapSL
((
SEGPTR
)
origfun
))
/* 0x00 is an imposs
. opcode, poss.
dataref. */
if
(
!*
(
LPBYTE
)
MapSL
((
SEGPTR
)
origfun
))
/* 0x00 is an imposs
ible opcode, possible
dataref. */
return
origfun
;
while
(
dll
)
{
if
(
hmod
==
dll
->
hmod
)
...
...
dlls/kernel32/tests/path.c
View file @
cb2274e6
...
...
@@ -859,7 +859,7 @@ static void test_GetTempPathW(char* tmp_dir)
/* This one is different from ANSI version: ANSI version doesn't
* touch the buffer, unicode version usually truncates the buffer
* to zero size. NT still exagerates the required buffer size
* to zero size. NT still exag
g
erates the required buffer size
* sometimes so we cannot test for an exact match. Finally, the
* 'len_with_null - 1' case is so buggy on Windows it's not testable.
* For instance on NT4 it will sometimes return a path without the
...
...
dlls/kernel32/time.c
View file @
cb2274e6
...
...
@@ -391,7 +391,7 @@ BOOL WINAPI SetSystemTimeAdjustment( DWORD dwTimeAdjustment, BOOL bTimeAdjustmen
* TIME_ZONE_ID_INVALID An error occurred
* TIME_ZONE_ID_UNKNOWN There are no transition time known
* TIME_ZONE_ID_STANDARD Current time is standard time
* TIME_ZONE_ID_DAYLIGHT Current time is dayligh savings time
* TIME_ZONE_ID_DAYLIGHT Current time is dayligh
t
savings time
*/
DWORD
WINAPI
GetTimeZoneInformation
(
LPTIME_ZONE_INFORMATION
tzinfo
)
{
...
...
dlls/localspl/localspl_main.c
View file @
cb2274e6
...
...
@@ -394,7 +394,7 @@ static BOOL WINAPI fpGetPrinterDriverDirectory(LPWSTR pName, LPWSTR pEnvironment
* myAddPrinterDriverEx [internal]
*
* Install a Printer Driver with the Option to upgrade / downgrade the Files
* and a special mode with lazy error c
kecking
* and a special mode with lazy error c
hecking.
*
*/
static
BOOL
WINAPI
myAddPrinterDriverEx
(
DWORD
level
,
LPBYTE
pDriverInfo
,
DWORD
dwFileCopyFlags
,
BOOL
lazy
)
...
...
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