Commit 6c84f48d authored by Konstantin Ritt's avatar Konstantin Ritt
Browse files

Apply Qt-specific changes to the bundled FreeType


Change-Id: I2a5719be48ed8e42ec373ac36d52735a40e85aa0
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: default avatarLars Knoll <lars.knoll@theqtcompany.com>
Showing with 1 addition and 1 deletion
......@@ -182,7 +182,7 @@ typedef unsigned long ulg;
#endif
/* Diagnostic functions */
#ifdef DEBUG
#if defined(DEBUG) && !defined(_WIN32_WCE)
# include <stdio.h>
extern int z_verbose;
extern void z_error OF((char *m));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment