Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Oliver Sander
poppler
Commits
dccd9dbc
Commit
dccd9dbc
authored
Aug 21, 2020
by
Kai Pastor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #elif statement
WITH_FONTCONFIGURATION_WIN32 is either undefined or 1.
parent
171bd475
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
poppler/GlobalParams.cc
poppler/GlobalParams.cc
+1
-1
No files found.
poppler/GlobalParams.cc
View file @
dccd9dbc
...
...
@@ -1023,7 +1023,7 @@ fin:
return
path
;
}
#elif WITH_FONTCONFIGURATION_WIN32
#elif
defined(
WITH_FONTCONFIGURATION_WIN32
)
# include "GlobalParamsWin.cc"
GooString
*
GlobalParams
::
findBase14FontFile
(
const
GooString
*
base14Name
,
const
GfxFont
*
font
)
...
...
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