summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/render/software/Agg2D.pas9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas
index a843ae1d..432ac44f 100644
--- a/src/corelib/render/software/Agg2D.pas
+++ b/src/corelib/render/software/Agg2D.pas
@@ -24,10 +24,9 @@ interface
{$I agg_mode.inc }
// With this define you can switch use of FreeType or Win32 TrueType font engine
-{DEFINE AGG2D_USE_FREETYPE }
+{off DEFINE AGG2D_USE_FREETYPE }
uses
- SysUtils,
agg_basics ,
agg_array ,
agg_trans_affine ,
@@ -69,8 +68,12 @@ uses
agg_font_win32_tt ,
{$ENDIF }
- Math,
+ Math ,
+ {$IFDEF WINDOWS}
+ Windows ,
+ {$ENDIF}
Classes,
+ SysUtils,
fpg_main;
{ GLOBAL VARIABLES & CONSTANTS }