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
1693cd1c
Commit
1693cd1c
authored
Feb 04, 2009
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Feb 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winspool/tests: Run more tests on Win64.
parent
5b60142f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
info.c
dlls/winspool.drv/tests/info.c
+3
-0
No files found.
dlls/winspool.drv/tests/info.c
View file @
1693cd1c
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
static
CHAR
does_not_exist_dll
[]
=
"does_not_exist.dll"
;
static
CHAR
does_not_exist_dll
[]
=
"does_not_exist.dll"
;
static
CHAR
does_not_exist
[]
=
"does_not_exist"
;
static
CHAR
does_not_exist
[]
=
"does_not_exist"
;
static
CHAR
empty
[]
=
""
;
static
CHAR
empty
[]
=
""
;
static
CHAR
env_x64
[]
=
"Windows x64"
;
static
CHAR
env_x86
[]
=
"Windows NT x86"
;
static
CHAR
env_x86
[]
=
"Windows NT x86"
;
static
CHAR
env_win9x_case
[]
=
"windowS 4.0"
;
static
CHAR
env_win9x_case
[]
=
"windowS 4.0"
;
static
CHAR
illegal_name
[]
=
"illegal,name"
;
static
CHAR
illegal_name
[]
=
"illegal,name"
;
...
@@ -176,6 +177,7 @@ static struct monitor_entry * find_installed_monitor(void)
...
@@ -176,6 +177,7 @@ static struct monitor_entry * find_installed_monitor(void)
static
struct
monitor_entry
monitor_table
[]
=
{
static
struct
monitor_entry
monitor_table
[]
=
{
{
env_win9x_case
,
"localspl.dll"
},
{
env_win9x_case
,
"localspl.dll"
},
{
env_x86
,
"localspl.dll"
},
{
env_x86
,
"localspl.dll"
},
{
env_x64
,
"localspl.dll"
},
{
env_win9x_case
,
"localmon.dll"
},
{
env_win9x_case
,
"localmon.dll"
},
{
env_x86
,
"localmon.dll"
},
{
env_x86
,
"localmon.dll"
},
{
env_win9x_case
,
"tcpmon.dll"
},
{
env_win9x_case
,
"tcpmon.dll"
},
...
@@ -196,6 +198,7 @@ static struct monitor_entry * find_installed_monitor(void)
...
@@ -196,6 +198,7 @@ static struct monitor_entry * find_installed_monitor(void)
num_tests
=
(
sizeof
(
monitor_table
)
/
sizeof
(
struct
monitor_entry
));
num_tests
=
(
sizeof
(
monitor_table
)
/
sizeof
(
struct
monitor_entry
));
/* cleanup */
/* cleanup */
DeleteMonitorA
(
NULL
,
env_x64
,
winetest
);
DeleteMonitorA
(
NULL
,
env_x86
,
winetest
);
DeleteMonitorA
(
NULL
,
env_x86
,
winetest
);
DeleteMonitorA
(
NULL
,
env_win9x_case
,
winetest
);
DeleteMonitorA
(
NULL
,
env_win9x_case
,
winetest
);
...
...
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