Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
6ee2eaef
Commit
6ee2eaef
authored
Oct 11, 2011
by
Huw Davies
Committed by
Alexandre Julliard
Oct 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Remove no longer needed include file.
parent
e973115a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
33 deletions
+2
-33
configure
configure
+1
-17
configure.ac
configure.ac
+1
-7
freetype.c
dlls/gdi32/freetype.c
+0
-3
config.h.in
include/config.h.in
+0
-6
No files found.
configure
View file @
6ee2eaef
...
...
@@ -10262,8 +10262,7 @@ fi
freetype/ftoutln.h
\
freetype/ftwinfnt.h
\
freetype/ftmodapi.h
\
freetype/ftlcdfil.h
\
freetype/internal/sfnt.h
freetype/ftlcdfil.h
do
:
as_ac_Header
=
`
$as_echo
"ac_cv_header_
$ac_header
"
|
$as_tr_sh
`
ac_fn_c_check_header_compile
"
$LINENO
"
"
$ac_header
"
"
$as_ac_Header
"
"#ifdef HAVE_FT2BUILD_H
...
...
@@ -10304,21 +10303,6 @@ _ACEOF
fi
ac_save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"
$CFLAGS
$ac_freetype_libs
"
for
ac_func
in
FT_Load_Sfnt_Table
do
:
ac_fn_c_check_func
"
$LINENO
"
"FT_Load_Sfnt_Table"
"ac_cv_func_FT_Load_Sfnt_Table"
if
test
"x
$ac_cv_func_FT_Load_Sfnt_Table
"
=
xyes
;
then
:
cat
>>
confdefs.h
<<
_ACEOF
#define HAVE_FT_LOAD_SFNT_TABLE 1
_ACEOF
fi
done
CFLAGS
=
"
$ac_save_CFLAGS
"
CPPFLAGS
=
"
$ac_save_CPPFLAGS
"
if
test
"
$ac_cv_header_freetype_freetype_h
"
=
"yes"
-a
"
$wine_cv_fttrigon
"
=
"yes"
then
...
...
configure.ac
View file @
6ee2eaef
...
...
@@ -1373,8 +1373,7 @@ then
freetype/ftoutln.h \
freetype/ftwinfnt.h \
freetype/ftmodapi.h \
freetype/ftlcdfil.h \
freetype/internal/sfnt.h,,,
freetype/ftlcdfil.h,,,
[#ifdef HAVE_FT2BUILD_H
# include <ft2build.h>
#endif])
...
...
@@ -1383,11 +1382,6 @@ then
[Define if you have the <freetype/fttrigon.h> header file.])
wine_cv_fttrigon=yes],[wine_cv_fttrigon=no])
AC_CHECK_TYPES(FT_TrueTypeEngineType,,,[#include <freetype/ftmodapi.h>])
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $ac_freetype_libs"
AC_CHECK_FUNCS(FT_Load_Sfnt_Table)
CFLAGS="$ac_save_CFLAGS"
CPPFLAGS="$ac_save_CPPFLAGS"
dnl Check that we have at least freetype/freetype.h
if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
then
...
...
dlls/gdi32/freetype.c
View file @
6ee2eaef
...
...
@@ -117,9 +117,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(font);
#ifdef HAVE_FREETYPE_FTOUTLN_H
#include <freetype/ftoutln.h>
#endif
#ifdef HAVE_FREETYPE_INTERNAL_SFNT_H
#include <freetype/internal/sfnt.h>
#endif
#ifdef HAVE_FREETYPE_FTTRIGON_H
#include <freetype/fttrigon.h>
#endif
...
...
include/config.h.in
View file @
6ee2eaef
...
...
@@ -152,9 +152,6 @@
/* Define to 1 if you have the <freetype/ftwinfnt.h> header file. */
#undef HAVE_FREETYPE_FTWINFNT_H
/* Define to 1 if you have the <freetype/internal/sfnt.h> header file. */
#undef HAVE_FREETYPE_INTERNAL_SFNT_H
/* Define to 1 if you have the <freetype/ttnameid.h> header file. */
#undef HAVE_FREETYPE_TTNAMEID_H
...
...
@@ -179,9 +176,6 @@
/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE
/* Define to 1 if you have the `FT_Load_Sfnt_Table' function. */
#undef HAVE_FT_LOAD_SFNT_TABLE
/* Define to 1 if the system has the type `FT_TrueTypeEngineType'. */
#undef HAVE_FT_TRUETYPEENGINETYPE
...
...
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