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
e72e40b3
Commit
e72e40b3
authored
Dec 01, 2012
by
Andrew Talbot
Committed by
Alexandre Julliard
Dec 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winspool.drv: Remove unused semicolons.
parent
26898ef7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
info.c
dlls/winspool.drv/info.c
+4
-4
No files found.
dlls/winspool.drv/info.c
View file @
e72e40b3
...
@@ -784,9 +784,9 @@ static void *cupshandle;
...
@@ -784,9 +784,9 @@ static void *cupshandle;
DO_FUNC(cupsGetOption); \
DO_FUNC(cupsGetOption); \
DO_FUNC(cupsGetPPD); \
DO_FUNC(cupsGetPPD); \
DO_FUNC(cupsParseOptions); \
DO_FUNC(cupsParseOptions); \
DO_FUNC(cupsPrintFile)
;
DO_FUNC(cupsPrintFile)
#define CUPS_OPT_FUNCS \
#define CUPS_OPT_FUNCS \
DO_FUNC(cupsGetPPD3)
;
DO_FUNC(cupsGetPPD3)
#define DO_FUNC(f) static typeof(f) *p##f
#define DO_FUNC(f) static typeof(f) *p##f
CUPS_FUNCS
;
CUPS_FUNCS
;
...
@@ -894,10 +894,10 @@ static BOOL CUPS_LoadPrinters(void)
...
@@ -894,10 +894,10 @@ static BOOL CUPS_LoadPrinters(void)
}
}
TRACE
(
"%p: %s loaded
\n
"
,
cupshandle
,
SONAME_LIBCUPS
);
TRACE
(
"%p: %s loaded
\n
"
,
cupshandle
,
SONAME_LIBCUPS
);
#define DO_FUNC(x) p##x = wine_dlsym( cupshandle, #x, NULL, 0 ); if (!p##x) return FALSE
;
#define DO_FUNC(x) p##x = wine_dlsym( cupshandle, #x, NULL, 0 ); if (!p##x) return FALSE
CUPS_FUNCS
;
CUPS_FUNCS
;
#undef DO_FUNC
#undef DO_FUNC
#define DO_FUNC(x) p##x = wine_dlsym( cupshandle, #x, NULL, 0 )
;
#define DO_FUNC(x) p##x = wine_dlsym( cupshandle, #x, NULL, 0 )
CUPS_OPT_FUNCS
;
CUPS_OPT_FUNCS
;
#undef DO_FUNC
#undef DO_FUNC
...
...
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