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
|
@ -390,18 +390,7 @@ _gnupg_ttyname (int fd)
|
|||
# define gnupg_ttyname(n) ttyname ((n))
|
||||
#endif /*HAVE_TTYNAME */
|
||||
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
#define getpid() GetCurrentProcessId ()
|
||||
char *_gnupg_getenv (const char *name); /* See sysutils.c */
|
||||
#define getenv(a) _gnupg_getenv ((a))
|
||||
char *_gnupg_setenv (const char *name); /* See sysutils.c */
|
||||
#define setenv(a,b,c) _gnupg_setenv ((a),(b),(c))
|
||||
int _gnupg_isatty (int fd);
|
||||
#define gnupg_isatty(a) _gnupg_isatty ((a))
|
||||
#else
|
||||
#define gnupg_isatty(a) isatty ((a))
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*-- Macros to replace ctype ones to avoid locale problems. --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue