diff options
author | NIIBE Yutaka <[email protected]> | 2022-11-16 01:05:37 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-11-16 01:05:37 +0000 |
commit | 18a3ce1c9bd767e88d426cf618441a3313888473 (patch) | |
tree | 5377edbc8d230db9d8a908da71818688285e8f30 /common/exechelp-w32.c | |
parent | gpgsm: Fix colon outout of ECC encryption certificates (diff) | |
download | gnupg-18a3ce1c9bd767e88d426cf618441a3313888473.tar.gz gnupg-18a3ce1c9bd767e88d426cf618441a3313888473.zip |
common: Remove Windows CE support in common.
* common/Makefile.am (HAVE_W32CE_SYSTEM): Remove conditional build.
(common_sources): Remove exechelp-w32ce.c.
* common/asshelp.c [HAVE_W32CE_SYSTEM]: Remove the support.
* common/common-defs.h [HAVE_W32CE_SYSTEM]: Likewise.
* common/dotlock.c [HAVE_W32CE_SYSTEM]: Likewise.
* common/exechelp-posix.c [HAVE_W32CE_SYSTEM]: Likewise.
* common/exechelp-w32.c [HAVE_W32CE_SYSTEM]: Likewise.
* common/gettime.c [HAVE_W32CE_SYSTEM]: Likewise.
* common/exechelp-w32ce.c: Remove.
* po/POTFILES.in: Update to remove common/exechelp-w32ce.c.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'common/exechelp-w32.c')
-rw-r--r-- | common/exechelp-w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exechelp-w32.c b/common/exechelp-w32.c index aeedbbf2d..0034e03f2 100644 --- a/common/exechelp-w32.c +++ b/common/exechelp-w32.c @@ -31,7 +31,7 @@ #include <config.h> -#if !defined(HAVE_W32_SYSTEM) || defined (HAVE_W32CE_SYSTEM) +#if !defined(HAVE_W32_SYSTEM) #error This code is only used on W32. #endif |