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
92e7fed8
Commit
92e7fed8
authored
Dec 31, 2007
by
Austin English
Committed by
Alexandre Julliard
Jan 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Fix several typos.
parent
74399eec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
classes.c
dlls/msi/classes.c
+4
-4
No files found.
dlls/msi/classes.c
View file @
92e7fed8
...
...
@@ -178,7 +178,7 @@ static MSIPROGID *load_progid( MSIPACKAGE* package, MSIRECORD *row )
while
(
parent
->
Parent
&&
parent
->
Parent
!=
parent
)
parent
=
parent
->
Parent
;
/* FIXME: need to determin
g
if we are really the CurVer */
/* FIXME: need to determin
e
if we are really the CurVer */
progid
->
CurVer
=
parent
;
parent
->
VersionInd
=
progid
;
...
...
@@ -445,7 +445,7 @@ static MSIEXTENSION *load_extension( MSIPACKAGE* package, MSIRECORD *row )
/*
* While the extension table has 2 primary keys, this function is only looking
* at the Extension key which is what is referenced as a for
ign key
* at the Extension key which is what is referenced as a for
eign key
*/
static
MSIEXTENSION
*
load_given_extension
(
MSIPACKAGE
*
package
,
LPCWSTR
name
)
{
...
...
@@ -512,7 +512,7 @@ static UINT iterate_load_verb(MSIRECORD *row, LPVOID param)
buffer
=
MSI_RecordGetString
(
row
,
5
);
deformat_string
(
package
,
buffer
,
&
verb
->
Argument
);
/* asso
s
iate the verb with the correct extension */
/* asso
c
iate the verb with the correct extension */
list_add_tail
(
&
extension
->
verbs
,
&
verb
->
entry
);
return
ERROR_SUCCESS
;
...
...
@@ -1252,7 +1252,7 @@ UINT ACTION_RegisterMIMEInfo(MSIPACKAGE *package)
LPWSTR
key
;
/*
* check if the MIME is to be installed. Either as requesed by an
* check if the MIME is to be installed. Either as reques
t
ed by an
* extension or Class
*/
mt
->
InstallMe
=
(
mt
->
InstallMe
||
...
...
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