From 8a1ce95287705641f20d75619190de2bb2099a06 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 23 Sep 2005 13:29:04 +0000 Subject: Boosted performance of w32 I/O --- tests/gpg/t-support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gpg/t-support.h') diff --git a/tests/gpg/t-support.h b/tests/gpg/t-support.h index b48c7f02..0ed1ac84 100644 --- a/tests/gpg/t-support.h +++ b/tests/gpg/t-support.h @@ -96,7 +96,9 @@ init_gpgme (gpgme_protocol_t proto) gpgme_check_version (NULL); setlocale (LC_ALL, ""); gpgme_set_locale (NULL, LC_CTYPE, setlocale (LC_CTYPE, NULL)); +#ifndef HAVE_W32_SYSTEM gpgme_set_locale (NULL, LC_MESSAGES, setlocale (LC_MESSAGES, NULL)); +#endif err = gpgme_engine_check_version (proto); fail_if_err (err); -- cgit v1.2.3