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
fccb667f
Commit
fccb667f
authored
Feb 10, 2005
by
Aric Stewart
Committed by
Alexandre Julliard
Feb 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stubs for MsiGetShortcutTargetA/W.
parent
781b451a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
msi.c
dlls/msi/msi.c
+16
-0
msi.spec
dlls/msi/msi.spec
+2
-2
No files found.
dlls/msi/msi.c
View file @
fccb667f
...
...
@@ -1733,3 +1733,19 @@ UINT WINAPI MsiCreateAndVerifyInstallerDirectory(void)
FIXME
(
"
\n
"
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
UINT
WINAPI
MsiGetShortcutTargetA
(
LPCSTR
szShortcutTarget
,
LPSTR
szProductCode
,
LPSTR
szFeatureId
,
LPSTR
szComponentCode
)
{
FIXME
(
"
\n
"
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
UINT
WINAPI
MsiGetShortcutTargetW
(
LPCWSTR
szShortcutTarget
,
LPWSTR
szProductCode
,
LPWSTR
szFeatureId
,
LPWSTR
szComponentCode
)
{
FIXME
(
"
\n
"
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
dlls/msi/msi.spec
View file @
fccb667f
...
...
@@ -213,8 +213,8 @@
213 stub MsiSourceListForceResolutionW
214 stub MsiIsProductElevatedA
215 stub MsiIsProductElevatedW
216 st
ub MsiGetShortcutTargetA
217 st
ub MsiGetShortcutTargetW
216 st
dcall MsiGetShortcutTargetA(str ptr ptr ptr)
217 st
dcall MsiGetShortcutTargetW(wstr ptr ptr ptr)
218 stub MsiGetFileHashA
219 stub MsiGetFileHashW
220 stub MsiEnumComponentCostsA
...
...
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