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
17afa80a
Commit
17afa80a
authored
Jul 30, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some spelling fixes.
parent
1b2f56e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
extrachunk.c
dlls/avifil32/extrachunk.c
+1
-1
extrachunk.h
dlls/avifil32/extrachunk.h
+1
-1
fontdlg.c
dlls/commdlg/fontdlg.c
+2
-2
No files found.
dlls/avifil32/extrachunk.c
View file @
17afa80a
...
...
@@ -140,7 +140,7 @@ HRESULT ReadChunkIntoExtra(LPEXTRACHUNKS extra,HMMIO hmmio,MMCKINFO *lpck)
return
AVIERR_OK
;
}
/* reads all non-junk chunks into the extrachunk-structure until it f
ou
nds
/* reads all non-junk chunks into the extrachunk-structure until it f
i
nds
* the given chunk or the optional parent-chunk is at the end */
HRESULT
FindChunkAndKeepExtras
(
LPEXTRACHUNKS
extra
,
HMMIO
hmmio
,
MMCKINFO
*
lpck
,
MMCKINFO
*
lpckParent
,
UINT
flags
)
...
...
dlls/avifil32/extrachunk.h
View file @
17afa80a
...
...
@@ -40,7 +40,7 @@ HRESULT WriteExtraChunk(LPEXTRACHUNKS extra,FOURCC ckid,LPVOID lp,LONG size);
/* reads a chunk fomr the HMMIO into the extrachunk-structure */
HRESULT
ReadChunkIntoExtra
(
LPEXTRACHUNKS
extra
,
HMMIO
hmmio
,
MMCKINFO
*
lpck
);
/* reads all non-junk chunks into the extrachunk-structure until it f
ou
nds
/* reads all non-junk chunks into the extrachunk-structure until it f
i
nds
* the given chunk or the optional parent-chunk is at the end */
HRESULT
FindChunkAndKeepExtras
(
LPEXTRACHUNKS
extra
,
HMMIO
hmmio
,
MMCKINFO
*
lpck
,
MMCKINFO
*
lpckParent
,
UINT
flags
);
...
...
dlls/commdlg/fontdlg.c
View file @
17afa80a
...
...
@@ -625,12 +625,12 @@ LRESULT CFn_WMInitDialog(HWND hDlg, WPARAM wParam, LPARAM lParam,
}
if
(
s
.
added
)
break
;
if
(
lpcf
->
Flags
&
CF_FIXEDPITCHONLY
)
{
FIXME
(
"No fo
unds
found with fixed pitch only, dropping flag.
\n
"
);
FIXME
(
"No fo
nt
found with fixed pitch only, dropping flag.
\n
"
);
lpcf
->
Flags
&=
~
CF_FIXEDPITCHONLY
;
continue
;
}
if
(
lpcf
->
Flags
&
CF_TTONLY
)
{
FIXME
(
"No fo
unds
found with truetype only, dropping flag.
\n
"
);
FIXME
(
"No fo
nt
found with truetype only, dropping flag.
\n
"
);
lpcf
->
Flags
&=
~
CF_TTONLY
;
continue
;
}
...
...
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