summaryrefslogtreecommitdiff
path: root/src/gpg-error.def.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-12-07 14:46:25 +0100
committerWerner Koch <wk@gnupg.org>2018-12-07 14:50:05 +0100
commit0b190ce89de7b3df873c3896d5126c7882b82e18 (patch)
treef1721d4dd91fa1929c817fa14d53d89875af325c /src/gpg-error.def.in
parent9e62d5e73f30c1386de5153c93fd169889e9e66d (diff)
downloadlibgpg-error-0b190ce89de7b3df873c3896d5126c7882b82e18.tar.gz
Add W32-only function gpgrt_w32_override_locale.
* src/w32-gettext.c (struct override_locale): new. (my_nl_locale_name): Take care of that. (gpgrt_w32_override_locale): New. * src/gpg-error.def.in: Add gpgrt_w32_override_locale. * src/gpg-error.c: New command --locale for Windows. -- GnuPG-bug-id: 3733 Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'src/gpg-error.def.in')
-rw-r--r--src/gpg-error.def.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in
index f03a7e3..0eca3c7 100644
--- a/src/gpg-error.def.in
+++ b/src/gpg-error.def.in
@@ -224,5 +224,6 @@ EXPORTS
gpgrt_fprintf_sf @171
gpgrt_fprintf_sf_unlocked @172
+ gpgrt_w32_override_locale @173
;; end of file with public symbols for Windows.