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
17089d0c
Commit
17089d0c
authored
Nov 24, 2009
by
Paul Vriens
Committed by
Alexandre Julliard
Nov 29, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Run tests on NT4 again.
parent
868d492c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
progman_dde.c
dlls/shell32/tests/progman_dde.c
+3
-3
No files found.
dlls/shell32/tests/progman_dde.c
View file @
17089d0c
...
...
@@ -99,9 +99,9 @@ static void init_strings(void)
BOOL
ret
;
char
commonprog
[
MAX_PATH
],
startup
[
MAX_PATH
];
ret
=
SHGetSpecialFolderPathA
(
NULL
,
commonprog
,
CSIDL_COMMON_PROGRAMS
,
FALSE
);
ret
=
p
SHGetSpecialFolderPathA
(
NULL
,
commonprog
,
CSIDL_COMMON_PROGRAMS
,
FALSE
);
if
(
!
ret
)
/* Win9x */
SHGetSpecialFolderPathA
(
NULL
,
commonprog
,
CSIDL_PROGRAMS
,
FALSE
);
p
SHGetSpecialFolderPathA
(
NULL
,
commonprog
,
CSIDL_PROGRAMS
,
FALSE
);
lstrcpyA
(
Group1Title
,
commonprog
);
lstrcatA
(
Group1Title
,
"
\\
Group1"
);
lstrcpyA
(
Group2Title
,
commonprog
);
...
...
@@ -109,7 +109,7 @@ static void init_strings(void)
lstrcpyA
(
Group3Title
,
commonprog
);
lstrcatA
(
Group3Title
,
"
\\
Group3"
);
SHGetSpecialFolderPathA
(
NULL
,
startup
,
CSIDL_STARTUP
,
FALSE
);
p
SHGetSpecialFolderPathA
(
NULL
,
startup
,
CSIDL_STARTUP
,
FALSE
);
lstrcpyA
(
StartupTitle
,
startup
);
lstrcpyA
(
Startup
,
(
strrchr
(
StartupTitle
,
'\\'
)
+
1
));
}
...
...
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