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
ac924566
Commit
ac924566
authored
Jul 23, 2010
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi/tests: Properly contruct the icon path for win9x.
parent
14888708
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
install.c
dlls/msi/tests/install.c
+4
-4
No files found.
dlls/msi/tests/install.c
View file @
ac924566
...
@@ -10045,10 +10045,10 @@ static void test_icon_table(void)
...
@@ -10045,10 +10045,10 @@ static void test_icon_table(void)
/* win9x with MSI 2.0 installs the icon to a different folder, same as above */
/* win9x with MSI 2.0 installs the icon to a different folder, same as above */
lstrcpyA
(
win9xpath
,
APP_DATA_DIR
);
lstrcpyA
(
win9xpath
,
APP_DATA_DIR
);
lstrcatA
(
path
,
"
\\
"
);
lstrcatA
(
win9x
path
,
"
\\
"
);
lstrcatA
(
path
,
"Microsoft
\\
Installer
\\
"
);
lstrcatA
(
win9x
path
,
"Microsoft
\\
Installer
\\
"
);
lstrcatA
(
path
,
prodcode
);
lstrcatA
(
win9x
path
,
prodcode
);
lstrcatA
(
path
,
"
\\
testicon"
);
lstrcatA
(
win9x
path
,
"
\\
testicon"
);
lstrcpyA
(
path
,
WINDOWS_DIR
);
lstrcpyA
(
path
,
WINDOWS_DIR
);
lstrcatA
(
path
,
"
\\
"
);
lstrcatA
(
path
,
"
\\
"
);
...
...
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