summaryrefslogtreecommitdiff
path: root/src/sfnt/ttpost.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-05-12 12:17:15 +0000
committerDavid Turner <david@freetype.org>2000-05-12 12:17:15 +0000
commitbfe2f98f1f352135da49f19dc0819607af27b8a0 (patch)
tree0db03feef367e4f45ea9fd960191f4cbf31a2a97 /src/sfnt/ttpost.h
parent4f2c5544bbbe663483544da8d15675dfce9c0f89 (diff)
downloadfreetype2-bfe2f98f1f352135da49f19dc0819607af27b8a0.tar.gz
a new massive grunt work. Redefined the EXPORT_DEF,
EXPORT_FUNC, BASE_DEF and BASE_FUNC macros to let them take an argument.. This is needed to compile the library as a DLL on some platforms that have different compiler conventions..
Diffstat (limited to 'src/sfnt/ttpost.h')
-rw-r--r--src/sfnt/ttpost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt/ttpost.h b/src/sfnt/ttpost.h
index 944c00c65..421397c38 100644
--- a/src/sfnt/ttpost.h
+++ b/src/sfnt/ttpost.h
@@ -66,7 +66,7 @@ extern "C" {
/* <Output> */
/* TrueType error code. 0 means success. */
/* */
- EXPORT_DEF
+ LOCAL_DEF
TT_Error TT_Get_PS_Name( TT_Face face,
TT_UInt index,
TT_String** PSname );