mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Remove remaining support for WindowsCE
--
This commit is contained in:
parent
d89557fe95
commit
d2d7a2b128
23 changed files with 44 additions and 415 deletions
|
@ -170,10 +170,8 @@ set_native_charset (const char *newset)
|
|||
different one for console input. Not sure how to cope with
|
||||
that. If the console Code page is not known we fall back to
|
||||
the system code page. */
|
||||
#ifndef HAVE_W32CE_SYSTEM
|
||||
cpno = GetConsoleOutputCP ();
|
||||
if (!cpno)
|
||||
#endif
|
||||
cpno = GetACP ();
|
||||
sprintf (codepage, "CP%u", cpno );
|
||||
/* Resolve alias. We use a long string string and not the usual
|
||||
|
@ -806,10 +804,8 @@ get_w32_codepage (void)
|
|||
|
||||
if (!cp)
|
||||
{
|
||||
#ifndef HAVE_W32CE_SYSTEM
|
||||
cp = GetConsoleOutputCP ();
|
||||
if (!cp)
|
||||
#endif
|
||||
cp = GetACP ();
|
||||
}
|
||||
return cp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue