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
6bbe4604
Commit
6bbe4604
authored
Mar 05, 2009
by
Paul Vriens
Committed by
Alexandre Julliard
Mar 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
programs/winetest: Show dll versions again for Win9x/WinME.
parent
cf56483f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
main.c
programs/winetest/main.c
+2
-1
No files found.
programs/winetest/main.c
View file @
6bbe4604
...
...
@@ -564,6 +564,7 @@ extract_test_proc (HMODULE hModule, LPCTSTR lpszType,
*
strstr
(
dllname
,
testexe
)
=
0
;
wine_tests
[
nr_of_files
].
maindllpath
=
NULL
;
strcpy
(
filename
,
dllname
);
dll
=
LoadLibraryExA
(
dllname
,
NULL
,
LOAD_LIBRARY_AS_DATAFILE
);
if
(
!
dll
&&
pLoadLibraryShim
)
{
...
...
@@ -580,6 +581,7 @@ extract_test_proc (HMODULE hModule, LPCTSTR lpszType,
* the tests for this dll.
*/
GetModuleFileNameA
(
dll
,
dllpath
,
MAX_PATH
);
strcpy
(
filename
,
dllpath
);
*
strrchr
(
dllpath
,
'\\'
)
=
'\0'
;
wine_tests
[
nr_of_files
].
maindllpath
=
xstrdup
(
dllpath
);
}
...
...
@@ -594,7 +596,6 @@ extract_test_proc (HMODULE hModule, LPCTSTR lpszType,
xprintf
(
" %s=load error Gecko is not installed
\n
"
,
dllname
);
return
TRUE
;
}
GetModuleFileNameA
(
dll
,
filename
,
MAX_PATH
);
FreeLibrary
(
dll
);
if
(
!
(
err
=
get_subtests
(
tempdir
,
&
wine_tests
[
nr_of_files
],
lpszName
)))
...
...
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