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
b73f30f8
Commit
b73f30f8
authored
Dec 12, 2006
by
Paul Vriens
Committed by
Alexandre Julliard
Dec 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winspool.drv/tests: No need to return anything as we are using a global variable now.
parent
3c0d2e38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
info.c
dlls/winspool.drv/tests/info.c
+2
-3
No files found.
dlls/winspool.drv/tests/info.c
View file @
b73f30f8
...
...
@@ -70,7 +70,7 @@ static DWORD report_deactivated_spooler = 1;
}
static
LPSTR
find_default_printer
(
VOID
)
static
void
find_default_printer
(
VOID
)
{
static
char
buffer
[
DEFAULT_PRINTER_SIZE
];
DWORD
needed
;
...
...
@@ -122,7 +122,6 @@ static LPSTR find_default_printer(VOID)
}
trace
(
"default_printer: '%s'
\n
"
,
default_printer
);
}
return
default_printer
;
}
...
...
@@ -1681,7 +1680,7 @@ START_TEST(info)
pGetDefaultPrinterA
=
(
void
*
)
GetProcAddress
(
hwinspool
,
"GetDefaultPrinterA"
);
pSetDefaultPrinterA
=
(
void
*
)
GetProcAddress
(
hwinspool
,
"SetDefaultPrinterA"
);
default_printer
=
find_default_printer
();
find_default_printer
();
test_AddMonitor
();
test_AddPort
();
...
...
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