diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-07-26 11:38:49 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-07-26 11:38:49 +0000 |
commit | 59c10225f97f79ee4e702211b38dcd5493f05944 (patch) | |
tree | 9bf1bf02e980318c992651233083018925822fe1 /unicode/src/lib/freetype | |
parent | 018cd906f2bcdf662cb30db4c7583d96b10238d7 (diff) | |
download | usdx-59c10225f97f79ee4e702211b38dcd5493f05944.tar.gz usdx-59c10225f97f79ee4e702211b38dcd5493f05944.tar.xz usdx-59c10225f97f79ee4e702211b38dcd5493f05944.zip |
Delphi 7 compatibility fix (eat this, buildbot)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1922 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'unicode/src/lib/freetype')
-rw-r--r-- | unicode/src/lib/freetype/ftoutln.inc | 2 | ||||
-rw-r--r-- | unicode/src/lib/freetype/ftstroke.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unicode/src/lib/freetype/ftoutln.inc b/unicode/src/lib/freetype/ftoutln.inc index a47f7bab..997c6cb3 100644 --- a/unicode/src/lib/freetype/ftoutln.inc +++ b/unicode/src/lib/freetype/ftoutln.inc @@ -1,4 +1,4 @@ -(***************************************************************************) +(***************************************************************************) (* *) (* ftoutln.h *) (* *) diff --git a/unicode/src/lib/freetype/ftstroke.inc b/unicode/src/lib/freetype/ftstroke.inc index 72ec774f..bf8a00ae 100644 --- a/unicode/src/lib/freetype/ftstroke.inc +++ b/unicode/src/lib/freetype/ftstroke.inc @@ -1,4 +1,4 @@ -{***************************************************************************} +{***************************************************************************} {* *} {* ftstroke.h *} {* *} |