diff options
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r-- | src/gpg-error.def.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in index 6c40571..64c75dc 100644 --- a/src/gpg-error.def.in +++ b/src/gpg-error.def.in @@ -189,11 +189,13 @@ EXPORTS gpgrt_strdup @144 gpgrt_strconcat @145 - gpgrt_getenv @146 - gpgrt_setenv @147 + gpgrt_w32_reg_query_string @146 + + gpgrt_getenv @147 + gpgrt_setenv @148 + gpgrt_mkdir @149 + gpgrt_chdir @150 + gpgrt_getcwd @151 -#ifdef HAVE_W32_SYSTEM - gpgrt_w32_reg_query_string @148 -#endif ;; end of file with public symbols for Windows. |