diff options
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index f8b9ebc..1fa8866 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -144,4 +144,10 @@ EXPORTS gpgrt_get_nonblock @107 gpgrt_poll @108 +#ifdef HAVE_W32_SYSTEM + gpgrt_w32_iconv_open @109 + gpgrt_w32_iconv_close @110 + gpgrt_w32_iconv @111 +#endif + ;; end of file with public symbols for Windows. |