Apply Qt-specific changes to the bundled FreeType
Change-Id: I2a5719be48ed8e42ec373ac36d52735a40e85aa0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
This commit is contained in:
parent
dba44cd4e5
commit
6c84f48da8
2
src/3rdparty/freetype/src/gzip/zutil.h
vendored
2
src/3rdparty/freetype/src/gzip/zutil.h
vendored
@ -182,7 +182,7 @@ typedef unsigned long ulg;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Diagnostic functions */
|
/* Diagnostic functions */
|
||||||
#ifdef DEBUG
|
#if defined(DEBUG) && !defined(_WIN32_WCE)
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
extern int z_verbose;
|
extern int z_verbose;
|
||||||
extern void z_error OF((char *m));
|
extern void z_error OF((char *m));
|
||||||
|
Loading…
Reference in New Issue
Block a user