diff options
Diffstat (limited to 'jni/iconv/os2')
-rw-r--r-- | jni/iconv/os2/iconv.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jni/iconv/os2/iconv.def b/jni/iconv/os2/iconv.def new file mode 100644 index 0000000..5023df0 --- /dev/null +++ b/jni/iconv/os2/iconv.def @@ -0,0 +1,8 @@ +; iconv.def (emx+gcc) +LIBRARY ICONV +DESCRIPTION 'OS/2 port of libiconv <http://www.gnu.org/software/libiconv/>' +EXPORTS + libiconv_open @1 + libiconv @2 + libiconv_close @3 + libiconvctl @4 |