diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:02:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:02:51 +0000 |
commit | 2a2f7a4855a4daa6a3c762ac96c129f92637e5a4 (patch) | |
tree | 69cee2e8c14375daaf77bc43fe55f6e253b250f7 /psprint/util/libpsp_mingw.map | |
parent | 075d75f310b1f0b3392bdaa8745b5c0ee7f46dfa (diff) |
INTEGRATION: CWS mingwport03 (1.1.6); FILE ADDED
2006/09/18 14:59:56 vg 1.1.6.1: #i53572# MinGW port
Diffstat (limited to 'psprint/util/libpsp_mingw.map')
-rw-r--r-- | psprint/util/libpsp_mingw.map | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/psprint/util/libpsp_mingw.map b/psprint/util/libpsp_mingw.map new file mode 100644 index 000000000000..3a7552101404 --- /dev/null +++ b/psprint/util/libpsp_mingw.map @@ -0,0 +1,12 @@ +UDK_3_0_0 { + global: + *psp*; + OpenTTFont; + MapChar; + GetTTGlobalFontInfo; + GetTTSimpleGlyphMetrics; + CreateTTFromTTGlyphs; + CloseTTFont; + local: + *; +}; |