From 284075cecd0e3ac4b235d179ae8d482aca2a145d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 20 Oct 2010 15:25:33 +0000 Subject: Add comment. --- src/init.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/init.c b/src/init.c index 9d8c5bf..91abcb0 100644 --- a/src/init.c +++ b/src/init.c @@ -330,6 +330,10 @@ _gpg_w32ce_strerror (int err) if (err == -1) err = _gpg_w32ce_get_errno (); + + /* Note: On a German HTC Touch Pro2 device I also tried + LOCALE_USER_DEFAULT and LOCALE_SYSTEM_DEFAULT - both returned + English messages. */ if (FormatMessageW (FORMAT_MESSAGE_FROM_SYSTEM, NULL, err, MAKELANGID (LANG_NEUTRAL, SUBLANG_DEFAULT), tmpbuf, STRBUFFER_SIZE -1, -- cgit v1.2.3